Skip to content
Snippets Groups Projects
Commit c4ef35ec authored by Adam G-H's avatar Adam G-H
Browse files

Overwrite tag in subtree split CI job.

parent e081ba82
Branches
No related tags found
No related merge requests found
Pipeline #452036 failed
......@@ -291,6 +291,6 @@ subtree split:
- git checkout -b split $COMMIT
- git remote set-url origin $URL
- git remote -v
- if [[ -n "$CI_COMMIT_BRANCH" ]]; then git push origin HEAD:$CI_COMMIT_BRANCH; elif [[ -n "$CI_COMMIT_TAG" ]]; then git tag $CI_COMMIT_TAG && git push origin $CI_COMMIT_TAG; fi
- if [[ -n "$CI_COMMIT_BRANCH" ]]; then git push origin HEAD:$CI_COMMIT_BRANCH; elif [[ -n "$CI_COMMIT_TAG" ]]; then git tag --force $CI_COMMIT_TAG && git push origin $CI_COMMIT_TAG; fi
rules:
- *deploy-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment