1
0
Fork 0

Fixing useless afterjob

This commit is contained in:
Malte Brandy 2021-01-07 05:46:55 +01:00
parent 905d0ede53
commit 046e945891

View file

@ -43,12 +43,7 @@ in {
${common}
if [[ "$BRANCH" == "refs/head/master" ]]; then
${pkgs.test-config}/bin/test-config
fi
'';
"test-config.after" = pkgs.writeShellScript "test-config.after" ''
${common}
if [[ "$RESULT" == "success" ]]; then
/run/wrappers/bin/sudo ${update-config}
/run/wrappers/bin/sudo ${update-config}
fi
'';
"bump-and-test-config.run" =