Skip to content

Commit

Permalink
ci: Remove cache repo
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 18, 2024
1 parent 364f7a6 commit a1e54b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
wave --conda-file "${{ matrix.files }}" \
--freeze \
--await \
--cache-repository quay.io/nf-core/wave-cache \
--tower-token ${{ secrets.TOWER_ACCESS_TOKEN }} \
--tower-workspace-id ${{ secrets.TOWER_WORKSPACE_ID }}
Expand All @@ -75,7 +74,6 @@ jobs:
wave --conda-file "${{ matrix.files }}" \
--freeze \
--await \
--cache-repository quay.io/nf-core/wave-cache/singularity \
--tower-token ${{ secrets.TOWER_ACCESS_TOKEN }} \
--tower-workspace-id ${{ secrets.TOWER_WORKSPACE_ID }} \
--singularity
Expand Down

0 comments on commit a1e54b4

Please sign in to comment.