File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ jobs:
121121
122122 - name : pull some containers
123123 run : |
124- export CWL_SINGULARITY_CACHE=$(echo $ GITHUB_WORKSPACE) /singularity_cache
125- mkdir -p ${CWL_SINGULARITY_CACHE}
126- singularity pull --name ${CWL_SINGULARITY_CACHE}/node_alpine.sif docker://docker.io/node:alpine
127- ls -lh ${CWL_SINGULARITY_CACHE}
128- echo ${CWL_SINGULARITY_CACHE}
129- echo "CWL_SINGULARITY_CACHE=${CWL_SINGULARITY_CACHE}" >> $GITHUB_ENV
124+ export CWL_SINGULARITY_CACHE=$GITHUB_WORKSPACE/singularity_cache
125+ mkdir -p " ${CWL_SINGULARITY_CACHE}"
126+ singularity pull --name " ${CWL_SINGULARITY_CACHE}/node_alpine.sif" docker://docker.io/node:alpine
127+ ls -lh " ${CWL_SINGULARITY_CACHE}"
128+ echo " ${CWL_SINGULARITY_CACHE}"
129+ echo "CWL_SINGULARITY_CACHE=${CWL_SINGULARITY_CACHE}" >> " $GITHUB_ENV"
130130
131131 - name : Set up Python
132132 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments