removed comments

This commit is contained in:
Daniel Sanche 2020-04-09 18:21:47 -07:00
parent b38acb906a
commit f87bdb1d68

View file

@ -35,10 +35,10 @@ if [[ "$TAG" != v* ]]; then
fi
# build and push images
#"${SCRIPTDIR}"/make-docker-images.sh
"${SCRIPTDIR}"/make-docker-images.sh
# update yaml
#"${SCRIPTDIR}"/make-release-artifacts.sh
"${SCRIPTDIR}"/make-release-artifacts.sh
# create git release / push to new branch
git checkout -b "release/${TAG}"