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

fix: test scripts

parent 688438c0
No related branches found
Tags 0.4.14
No related merge requests found
Pipeline #26136 failed
......@@ -50,7 +50,7 @@ if ! ${pkgs.gnused}/bin/sed -i "s/version\s*=\s*\"[^\"]*\"/version = \"''${VERSI
exit 1
fi
${pkgs.git}/bin/git -C ${workingDirectory}/ commit -m "Version and hash updated to $VERSION $HASH" ${workingDirectory}/project.nix
${pkgs.git}/bin/git -C ${workingDirectory}/ commit -m "chore: Version and hash updated to $VERSION, $HASH" ${workingDirectory}/project.nix
echo_ok "Version and hash updated"
''
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