From 86e6ad154b1f22c41aa16a757d5c5873b1ca57d5 Mon Sep 17 00:00:00 2001 From: Alex Boden Date: Fri, 9 May 2025 15:47:14 -0400 Subject: [PATCH] Clean up apptainer.sh --- allocation_scripts/apptainer.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/allocation_scripts/apptainer.sh b/allocation_scripts/apptainer.sh index be673e4..58cebb9 100644 --- a/allocation_scripts/apptainer.sh +++ b/allocation_scripts/apptainer.sh @@ -21,12 +21,9 @@ LABELS=$4 RUN_ID=$5 PARENT_DIR="/tmp/runner-${SLURMD_NODENAME}-${SLURM_JOB_ID}" -# PROVISIONER_DIR="/mnt/wato-drive/alexboden/provisioner-cache/$RUN_ID" log "INFO Parent directory for GitHub Actions: $PARENT_DIR" start_time=$(date +%s) -# mkdir -p $PROVISIONER_DIR -# chmod -R 777 $PROVISIONER_DIR GITHUB_ACTIONS_WKDIR="$PARENT_DIR/_work" mkdir -p $PARENT_DIR $GITHUB_ACTIONS_WKDIR chmod -R 777 $PARENT_DIR