Skip to content

Commit

Permalink
updated to use VERSION_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
wgthom committed Apr 20, 2019
1 parent 6076c4d commit 14cdb62
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions manualBuild.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
docker build --pull --tag=tier/gte:base-201906 base/ \
&& docker build --tag=tier/gte:full_demo-201906 full-demo \
source ./buildVersion.sh
echo "Building tier/gte version ${VERSION_TAG}"
docker build --pull --tag=tier/gte:base-${VERSION_TAG} base/

# \
#&& docker build --tag=tier/gte:full_demo-${VERSION_TAG} full-demo \

pushd ex101
./manualBuild.sh
Expand All @@ -9,6 +13,8 @@ pushd ex201
./manualBuild.sh
popd

exit 1

pushd ex211
./manualBuild.sh
popd
Expand Down

0 comments on commit 14cdb62

Please sign in to comment.