Skip to content
Permalink
c6577f37c0
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 27 lines (20 sloc) 379 Bytes
docker build --pull --tag=tier/grouper-training-env:base base/ \
&& docker build --tag=tier/grouper-training-env:full_demo full-demo \
pushd ex101
./manualBuild.sh
popd
pushd ex201
./manualBuild.sh
popd
pushd ex211
./manualBuild.sh
popd
pushd ex301
./manualBuild.sh
popd
pushd ex401
./manualBuild.sh
popd
if [[ "$OSTYPE" == "darwin"* ]]; then
say full build complete
fi