Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
user-discovery-bot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archives
user-discovery-bot
Commits
e05623da
Project 'elixxir/user-discovery-bot' was moved to 'archives/user-discovery-bot'. Please update any links and bookmarks that may still have the old path.
Commit
e05623da
authored
1 year ago
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI tagging system
parent
67943e0a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
e05623da
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment