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

fix: test ci

parent 6cae56ec
Branches
Tags
No related merge requests found
...@@ -296,7 +296,7 @@ in { ...@@ -296,7 +296,7 @@ in {
${pkgs.git}/bin/git pull origin $CI_COMMIT_REF_NAME ${pkgs.git}/bin/git pull origin $CI_COMMIT_REF_NAME
NEWVERSION=$(${inputs.version.defaultPackage."${builtins.currentSystem}"}/bin/version predict --git exit-code-if-no-bump) NEWVERSION=$(${inputs.version.defaultPackage."${builtins.currentSystem}"}/bin/version predict --git exit-code-if-no-bump)
if [[ $? -eq 0 ]]; then if [[ $? -ne 0 ]]; then
echo " ✖ No bump wanted." echo " ✖ No bump wanted."
exit 0 exit 0
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment