Skip to content

Commit

Permalink
Get rid of leak
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jun 25, 2024
1 parent 867d245 commit c993517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
NXF_SINGULARITY_CACHEDIR: ./
run: |
nf-core pipelines download ${{ env.REPO_LOWERCASE }} \
nf-core download ${{ env.REPO_LOWERCASE }} \
--revision ${{ env.REPO_BRANCH }} \
--outdir ./${{ env.REPOTITLE_LOWERCASE }} \
--compress "none" \
Expand Down

0 comments on commit c993517

Please sign in to comment.