github-ci: drop not needed tag on branches commits
We should remove a tag after fetching of a remote repository. Ported the following commits: 0f575e01 ('gitlab-ci: fix tag removal for a branch push job') 0f564f34 ('gitlab-ci: remove tag from pushed branch commit') Drop a tag that points to a current commit (if any) on a job triggered by pushing to a branch (as against of pushing a tag). Otherwise we may get two jobs for the same x.y.z-0-gxxxxxxxxx build: one is run by pushing a branch and another by pushing a tag. The idea is to hide the new tag from the branch job as if a tag would be pushed strictly after all branch jobs for the same commit. Closes tarantool/tarantool-qa#103
Please register or sign in to comment