removed comments
This commit is contained in:
parent
b38acb906a
commit
f87bdb1d68
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue