Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update manualBuild.sh
wgthom committed Apr 20, 2019
1 parent d06a8ed commit 05e30ea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions manualBuild.sh
@@ -1,9 +1,7 @@
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 \
docker build --pull --tag=tier/gte:base-${VERSION_TAG} base/ \
&& docker build --build-arg VERSION_TAG=${VERSION_TAG} --tag=tier/gte:full_demo-${VERSION_TAG} full-demo \

pushd ex101
./manualBuild.sh
@@ -13,8 +11,6 @@ pushd ex201
./manualBuild.sh
popd

exit 1

pushd ex211
./manualBuild.sh
popd

0 comments on commit 05e30ea

Please sign in to comment.