Skip to content
Snippets Groups Projects
Commit e05623da authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Fix CI tagging system

parent 67943e0a
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ tag:
script:
# Add a remote, and then try to update it in case the runner already has the repo cached to have our remote
- git remote add origin_tags git@$GITLAB_SERVER:elixxir/user-discovery-bot.git || true
- git remote set origin_tags git@$GITLAB_SERVER:elixxir/user-discovery-bot.git || true
- git remote set-url origin_tags git@$GITLAB_SERVER:elixxir/user-discovery-bot.git || true
# Create a new git tag based on the version reported by the built binary
- git tag $(release/udb.linux64 version | grep "xx network User Discovery v"| cut -d ' ' -f5) -f
# Push the tag to the repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment