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
@wgthom
Latest commit dd934df Apr 20, 2019 History
1 contributor

Users who have contributed to this file

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