Skip to content
Permalink
6054626210
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
…tic data; delete some extraneous config files
3 contributors

Users who have contributed to this file

@wgthom @dima767 @credman
executable file 29 lines (26 sloc) 516 Bytes
source ./buildVersion.sh
echo "Building tier/gte version ${VERSION_TAG}"
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
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