Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KIT-CA
acme4netvs
Commits
3974596a
Verified
Commit
3974596a
authored
Sep 12, 2022
by
peter.oettig
Browse files
Force updating local tags with remote ones in tag-creation pipeline job.
parent
589ecb21
Pipeline
#237670
passed with stages
in 1 minute and 12 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3974596a
...
...
@@ -86,7 +86,7 @@ create_release_tag:
-
git config --replace-all user.email "$MAINTAINER_EMAIL"
-
git config --replace-all user.name "$MAINTAINER_NAME"
-
git remote set-url origin "https://oauth2:$PUSH_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH"
-
git fetch --tags --prune --prune-tags
-
git fetch --tags --prune --prune-tags
-f
-
git tag "v$(cat VERSION)"
-
git push --tags
rules
:
...
...
VERSION
View file @
3974596a
0.3.
0
0.3.
1
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment