diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50c239f65..dde542a6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -284,6 +284,6 @@ update_revision: - > git diff-index --quiet HEAD || git commit VERSION -m "[skip ci] updated version information after successful test of $VERSION" - - if [ ${CI_COMMIT_SHA} == $(git rev-parse HEAD^) ]; then git push origin HEAD:master HEAD:development; fi + - if [ ${CI_COMMIT_SHA} == $(git rev-parse HEAD^) ]; then git push origin HEAD:development HEAD:master; fi only: - development