Skip to content
Permalink
202109
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
2 contributors

Users who have contributed to this file

@wgthom @chubing
executable file 7 lines (6 sloc) 254 Bytes
source ../buildVersion.sh
echo "Building gte:101 version ${VERSION_TAG}"
docker build --build-arg VERSION_TAG=${VERSION_TAG} --tag=tier/gte:101.1.1-${VERSION_TAG} ex101.1.1
if [[ "$OSTYPE" == "darwin"* ]]; then
say exercises for 101 build complete
fi