We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c2f45 commit a5b0e88Copy full SHA for a5b0e88
src/job.ts
@@ -293,7 +293,7 @@ export class Job {
293
const jobName = this.name;
294
const jobNameStr = this.getJobNameString();
295
const outputFilesPath = this.getOutputFilesPath();
296
- const scriptPath = `${this.cwd}.gitlab-ci-local/shell/${jobName}.sh`;
+ const scriptPath = `${this.cwd}/.gitlab-ci-local/shell/${jobName}.sh`;
297
298
await fs.ensureFile(scriptPath);
299
await fs.chmod(scriptPath, '755');
0 commit comments