Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Feb 1, 2025
1 parent c9f904d commit 195b76f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ get_data:
# snakemake support
- mkdir "${DETECTOR_CONFIG}"
- ln -s "${LOCAL_DATA_PATH}/sim_output" "${DETECTOR_CONFIG}/sim_output"
- find "${LOCAL_DATA_PATH}/sim_output" -type l -exec ls -la {} \;
- ln -s "../results" "${DETECTOR_CONFIG}/results"
- mkdir -p "$SNAKEMAKE_OUTPUT_CACHE"
- ls -lrtha
afer_script:
- find "${LOCAL_DATA_PATH}/sim_output" -type l -exec ls -la {} \;
retry:
max: 2
when:
Expand Down

0 comments on commit 195b76f

Please sign in to comment.