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

fix: test scripts

parent be2b929b
No related branches found
No related tags found
No related merge requests found
Pipeline #26135 failed
...@@ -50,7 +50,7 @@ if ! ${pkgs.gnused}/bin/sed -i "s/version\s*=\s*\"[^\"]*\"/version = \"''${VERSI ...@@ -50,7 +50,7 @@ if ! ${pkgs.gnused}/bin/sed -i "s/version\s*=\s*\"[^\"]*\"/version = \"''${VERSI
exit 1 exit 1
fi 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 "Version and hash updated to $VERSION $HASH" ${workingDirectory}/project.nix
echo_ok "Version and hash updated" echo_ok "Version and hash updated"
'' ''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment