Skip to content

Commit

Permalink
gitlab(ci): create specific tag in gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 30, 2024
1 parent 2118c9b commit 064ab83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ create-tags:
script:
- git config --global user.email $GITLAB_USER_EMAIL
- git config --global user.name $GITLAB_USER_NAME
- tag=$(cat version.txt)
- tag=$(cat version.txt)-gitlab
- git tag "$tag"
- git push --tags https://repo-token:$ACCESS_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git HEAD:latest

Expand Down

0 comments on commit 064ab83

Please sign in to comment.