Skip to content

Commit

Permalink
ci: Fix // in container name
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 30, 2023
1 parent cb5577d commit adcf2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
result-encoding: string
script: |
return '${{ matrix.files }}'.replace('modules/nf-core', '').replace('/environment.yml', '');
return '${{ matrix.files }}'.replace('modules/nf-core/', '').replace('/environment.yml', '');
- name: Build container
if: matrix.profile == 'docker'
Expand Down

0 comments on commit adcf2c8

Please sign in to comment.