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

fix: test gorelease

parent d298edec
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,10 @@ builds:
${pkgs.git}/bin/git checkout $CI_COMMIT_REF_NAME
${pkgs.git}/bin/git pull origin $CI_COMMIT_REF_NAME
${inputs.version.defaultPackage."${builtins.currentSystem}"}/bin/version auto --git --verbose
${pkgs.git}/bin/git push origin $CI_COMMIT_REF_NAME
${pkgs.git}/bin/git log --decorate=short --pretty=oneline
${pkgs.git}/bin/git push origin $CI_COMMIT_REF_NAME --tags
'';
scripts.update-files.exec = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment