diff options
Diffstat (limited to 'worker/jobs/ci_pipeline.run')
-rwxr-xr-x | worker/jobs/ci_pipeline.run | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/worker/jobs/ci_pipeline.run b/worker/jobs/ci_pipeline.run index 6bee929..ff1efa7 100755 --- a/worker/jobs/ci_pipeline.run +++ b/worker/jobs/ci_pipeline.run @@ -3,14 +3,4 @@ # add scripts executed by the pipeline export PATH=$PATH:$PIPELINE_PATH -containerid=$(cat /etc/hostname) -isindocker=$(docker ps -q -f "id=$containerid") -if [ -n "$isindocker" ]; then - executorLaminarPath=$(docker inspect "$containerid" | jq -r '.[0].Mounts[] | select(.Destination == "/var/lib/laminar") | .Source') -else - executorLaminarPath=$(pwd) -fi - -export executorLaminarPath - checkout_ci.js |