From bfdef4064b4a172a2027f3813ab88f38728d61c0 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 20 Jul 2025 17:21:38 -0700 Subject: Fixes --- worker/jobs/ci_pipeline.run | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'worker/jobs/ci_pipeline.run') 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 -- cgit v1.2.3-70-g09d2