better named tests and log local-docker params
parent
a03e4c21d4
commit
ffc984be4b
|
|
@ -3651,7 +3651,7 @@ class LocalDockerCloudRunner {
|
|||
}
|
||||
let myOutput = '';
|
||||
// core.info(JSON.stringify({ workspace, actionFolder, ...this.buildParameters, ...content }, undefined, 4));
|
||||
const entrypointFilePath = `ls && cd ./.. && ${workspace}/start.sh`;
|
||||
const entrypointFilePath = `ls && cd ./.. && ls && ${workspace}/start.sh`;
|
||||
fs_1.writeFileSync(entrypointFilePath, commands, {
|
||||
flag: 'w',
|
||||
});
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -84,7 +84,7 @@ class LocalDockerCloudRunner implements ProviderInterface {
|
|||
let myOutput = '';
|
||||
|
||||
// core.info(JSON.stringify({ workspace, actionFolder, ...this.buildParameters, ...content }, undefined, 4));
|
||||
const entrypointFilePath = `ls && cd ./.. && ${workspace}/start.sh`;
|
||||
const entrypointFilePath = `ls && cd ./.. && ls && ${workspace}/start.sh`;
|
||||
writeFileSync(entrypointFilePath, commands, {
|
||||
flag: 'w',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue