Skip to content

Commit a5b0e88

Browse files
committed
Put the shell folder in the correct place
1 parent a8c2f45 commit a5b0e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/job.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export class Job {
293293
const jobName = this.name;
294294
const jobNameStr = this.getJobNameString();
295295
const outputFilesPath = this.getOutputFilesPath();
296-
const scriptPath = `${this.cwd}.gitlab-ci-local/shell/${jobName}.sh`;
296+
const scriptPath = `${this.cwd}/.gitlab-ci-local/shell/${jobName}.sh`;
297297

298298
await fs.ensureFile(scriptPath);
299299
await fs.chmod(scriptPath, '755');

0 commit comments

Comments
 (0)