Skip to content

Commit

Permalink
added ex301 to manual build script
Browse files Browse the repository at this point in the history
  • Loading branch information
James Babb authored and James Babb committed Oct 10, 2018
1 parent c80d094 commit 2067b0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ex301/manualBuild.sh
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ pushd ex201
./manualBuild.sh
popd

pushd ex301
./manualBuild.sh
popd

pushd ex401
./manualBuild.sh
popd
Expand Down

0 comments on commit 2067b0a

Please sign in to comment.