fixes
parent
e580beeabe
commit
7474886ccc
|
@ -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;`,
|
||||
],
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;`,
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue