Skip to content
Permalink
gsh_doesnt_bre…
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
Latest commit c6577f3 Oct 11, 2018 History
1 contributor

Users who have contributed to this file

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