This commit is contained in:
Frostebite 2023-03-30 23:21:44 +01:00
parent e580beeabe
commit 7474886ccc
3 changed files with 2 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -92,7 +92,8 @@ class KubernetesJobSpecFactory {
preStop: { preStop: {
exec: { exec: {
command: [ command: [
`cd /data/builder/action/steps; `wait 60s;
cd /data/builder/action/steps;
chmod +x /return_license.sh; chmod +x /return_license.sh;
/return_license.sh;`, /return_license.sh;`,
], ],