From 5a9186380619e959ad87f3990f8b2c324b4462d8 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Sat, 10 May 2025 18:53:56 -0700 Subject: NPM is huuuge on debian. Just download the native release of bitwarden. --- worker/jobs/checkout_ci.run | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'worker/jobs') diff --git a/worker/jobs/checkout_ci.run b/worker/jobs/checkout_ci.run index d47697d..278a5b3 100644 --- a/worker/jobs/checkout_ci.run +++ b/worker/jobs/checkout_ci.run @@ -5,6 +5,7 @@ set -e RUN=`date +%s` +CWD=`$PWD` WORKING_DIR=`$PWD/$RUN` mkdir -p "$WORKING_DIR" && cd "$WORKING_DIR" @@ -34,6 +35,6 @@ docker run --rm \ /pipeline \ > "$WORKING_DIR/pipeline.json" -rm -rf tmpsrc - pipeline="$WORKING_DIR/pipeline.json" run_pipeline + +cd "$CWD" && rm -rf "$WORKING_DIR" -- cgit v1.2.3-70-g09d2