Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added ex301 to manual build script
James Babb authored and James Babb committed Oct 10, 2018
1 parent c80d094 commit 2067b0a
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ex301/manualBuild.sh
@@ -0,0 +1,5 @@
docker build --tag=tier/grouper-training-env:ex301.4.1 ex301.4.1 \

if [[ "$OSTYPE" == "darwin"* ]]; then
say exercises for 301 build complete
fi
4 changes: 4 additions & 0 deletions manualBuild.sh
@@ -5,6 +5,10 @@ pushd ex201
./manualBuild.sh
popd

pushd ex301
./manualBuild.sh
popd

pushd ex401
./manualBuild.sh
popd

0 comments on commit 2067b0a

Please sign in to comment.