enable push
This commit is contained in:
parent
8301fb17fb
commit
e2d198134e
1 changed files with 3 additions and 3 deletions
|
@ -89,9 +89,9 @@ deploy:
|
|||
git commit -m "release version ${RELEASE_VERSION}"
|
||||
git tag -f latest
|
||||
git tag -f ${RELEASE_VERSION}
|
||||
# git push origin ci-processing:${CI_BUILD_REF_NAME}
|
||||
# git push origin latest -f
|
||||
# git push origin ${RELEASE_VERSION}
|
||||
git push origin ci-processing:${CI_BUILD_REF_NAME}
|
||||
git push origin latest -f
|
||||
git push origin ${RELEASE_VERSION}
|
||||
# only:
|
||||
# - master
|
||||
when: manual
|
||||
|
|
Loading…
Reference in a new issue