enable push

This commit is contained in:
Johannes Loher 2021-01-09 18:49:05 +01:00
parent 8301fb17fb
commit e2d198134e

View file

@ -89,9 +89,9 @@ deploy:
git commit -m "release version ${RELEASE_VERSION}" git commit -m "release version ${RELEASE_VERSION}"
git tag -f latest git tag -f latest
git tag -f ${RELEASE_VERSION} git tag -f ${RELEASE_VERSION}
# git push origin ci-processing:${CI_BUILD_REF_NAME} git push origin ci-processing:${CI_BUILD_REF_NAME}
# git push origin latest -f git push origin latest -f
# git push origin ${RELEASE_VERSION} git push origin ${RELEASE_VERSION}
# only: # only:
# - master # - master
when: manual when: manual