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

fix: ci

parent 09f7aa97
Branches
Tags
No related merge requests found
...@@ -16,12 +16,13 @@ ...@@ -16,12 +16,13 @@
- tag - tag
- release - release
debug: # if you want to debug the ci pipeline, uncomment the following lines
tags: #debug:
- nixos # tags:
stage: tag # - nixos
script: # stage: tag
- export # script:
# - export
tag-it: tag-it:
tags: tags:
......
...@@ -134,12 +134,13 @@ tasks: ...@@ -134,12 +134,13 @@ tasks:
- tag - tag
- release - release
debug: # if you want to debug the ci pipeline, uncomment the following lines
tags: #debug:
- nixos # tags:
stage: tag # - nixos
script: # stage: tag
- export # script:
# - export
tag-it: tag-it:
tags: tags:
...@@ -331,7 +332,7 @@ in { ...@@ -331,7 +332,7 @@ in {
${pkgs.git}/bin/git log --decorate=short --pretty=oneline ${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 ${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.
Please register or to comment