mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
- Fix environment to require no node install and more straightforward - Add jasmine files
11 lines
156 B
Bash
Executable File
11 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
source $DIR/env
|
|
|
|
if [ -f $DIR/identity ]; then
|
|
source $DIR/identity
|
|
fi
|
|
|
|
gulp release
|