Skip to content

Commit

Permalink
gh-actions: shellcheck clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 3, 2024
1 parent 57ac7d7 commit 5258253
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ jobs:
- name: pull some containers
run: |
export CWL_SINGULARITY_CACHE=$(echo $GITHUB_WORKSPACE)/singularity_cache
mkdir -p ${CWL_SINGULARITY_CACHE}
singularity pull --name ${CWL_SINGULARITY_CACHE}/node_alpine.sif docker://docker.io/node:alpine
ls -lh ${CWL_SINGULARITY_CACHE}
echo ${CWL_SINGULARITY_CACHE}
echo "CWL_SINGULARITY_CACHE=${CWL_SINGULARITY_CACHE}" >> $GITHUB_ENV
export CWL_SINGULARITY_CACHE=$GITHUB_WORKSPACE/singularity_cache
mkdir -p "${CWL_SINGULARITY_CACHE}"
singularity pull --name "${CWL_SINGULARITY_CACHE}/node_alpine.sif" docker://docker.io/node:alpine
ls -lh "${CWL_SINGULARITY_CACHE}"
echo "${CWL_SINGULARITY_CACHE}"
echo "CWL_SINGULARITY_CACHE=${CWL_SINGULARITY_CACHE}" >> "$GITHUB_ENV"
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 5258253

Please sign in to comment.