Skip to content
Snippets Groups Projects
Verified Commit 28f38a08 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: ci

parent 09f7aa97
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,13 @@
- tag
- release
debug:
tags:
- nixos
stage: tag
script:
- export
# if you want to debug the ci pipeline, uncomment the following lines
#debug:
# tags:
# - nixos
# stage: tag
# script:
# - export
tag-it:
tags:
......
......@@ -134,12 +134,13 @@ tasks:
- tag
- release
debug:
tags:
- nixos
stage: tag
script:
- export
# if you want to debug the ci pipeline, uncomment the following lines
#debug:
# tags:
# - nixos
# stage: tag
# script:
# - export
tag-it:
tags:
......@@ -331,7 +332,7 @@ in {
${pkgs.git}/bin/git log --decorate=short --pretty=oneline
${pkgs.git}/bin/git tag -a "''${NEWVERSION}" -m "chore: Release ''${NEWVERSION} - RELEASE_IT"
${pkgs.git}/bin/git tag -a "''${NEWVERSION}" -m "chore: Release ''${NEWVERSION} - DO_RELEASE"
${pkgs.git}/bin/git push origin $CI_COMMIT_REF_NAME --tags
'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment