diff options
Diffstat (limited to 'worker/jobs/ci_pipeline.run')
-rwxr-xr-x | worker/jobs/ci_pipeline.run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/worker/jobs/ci_pipeline.run b/worker/jobs/ci_pipeline.run index 2161c8e..87bcc84 100755 --- a/worker/jobs/ci_pipeline.run +++ b/worker/jobs/ci_pipeline.run @@ -1,3 +1,5 @@ #!/bin/sh +export PATH=$PATH:$PIPELINE_PATH + checkout_ci.js |