PR feedback

This commit is contained in:
Frostebite
2025-12-05 13:49:59 +00:00
parent 6de312ee1a
commit 2ecc14a8c8
4 changed files with 11 additions and 10 deletions
@@ -118,10 +118,9 @@ class KubernetesJobSpecFactory {
preStop: {
exec: {
command: [
`wait 60s;
cd /data/builder/action/steps;
chmod +x /return_license.sh;
/return_license.sh;`,
'/bin/sh',
'-c',
'sleep 60; cd /data/builder/action/steps && chmod +x /steps/return_license.sh 2>/dev/null || true; /steps/return_license.sh 2>/dev/null || true',
],
},
},