pull/531/head
Frostebite 2023-03-30 23:21:44 +01:00
parent e580beeabe
commit 7474886ccc
3 changed files with 5 additions and 3 deletions

3
dist/index.js generated vendored
View File

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

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

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