File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,11 @@ jobs:
7474 --bind /contrib2-bucket/c96L65_am5f11d12r0_amip/history:/mnt/history:ro
7575 --bind /contrib-efs/container-test/c96_grid/${gridspec_file}:/mnt/${gridspec_file}:ro"
7676
77+ ## TO-DO: figure out pulling container instead
7778 container_path=/contrib-efs/container-test/fre-2025.04.sif
7879 runscript_path=${cwd}/for_gh_runner/runscript.sh
7980
80- docker pull ghcr.io/noaa-gfdl/hpc-me/ppp:2025.04
81- #singularity exec --writable-tmpfs ${bind_paths} ${container_path} ${runscript_path}
82- singularity exec --writable-tmpfs ${bind_paths} ppp:2025.04 ${runscript_path}
81+ singularity exec --writable-tmpfs ${bind_paths} ${container_path} ${runscript_path}
8382
8483 # Can potentially do this to get list of tasks
8584 #task_list=$(cylc list test_pp__ptest__ttest)
You can’t perform that action at this time.
0 commit comments