Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed May 25, 2024
1 parent ae593bb commit 15b3ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ echo "[INFO] Running $USER_SCRIPT_DIR/main.sh in container..."

chmod +x algos/ads_2/main.sh

docker exec "$PIPELINE_NAME" bash -c "cd /seg_ci && ./main.sh"
docker exec "$PIPELINE_NAME" bash -c "cd /seg_ci && chmod +777 main.sh && ./main.sh"

echo "[INFO] Consolidating output in output/${PIPELINE_NAME}"
OUTPUT_FILES=$(ls output/${PIPELINE_NAME}/*.nii* 2> /dev/null | wc -l)
Expand Down

0 comments on commit 15b3ec8

Please sign in to comment.