run with bash
parent
af498f069f
commit
4762abda48
|
@ -221,7 +221,7 @@ const Docker = {
|
|||
${githubToken ? '--env USE_EXIT_CODE=false' : '--env USE_EXIT_CODE=true'} \
|
||||
${image} \
|
||||
--
|
||||
/entrypoint.sh`;
|
||||
bash /entrypoint.sh`;
|
||||
yield (0, exec_1.exec)(command, undefined, { silent });
|
||||
});
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -81,7 +81,7 @@ const Docker = {
|
|||
${githubToken ? '--env USE_EXIT_CODE=false' : '--env USE_EXIT_CODE=true'} \
|
||||
${image} \
|
||||
--
|
||||
/entrypoint.sh` ;
|
||||
bash /entrypoint.sh` ;
|
||||
|
||||
await exec(command, undefined, { silent });
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue