File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2828 profiles : test
2929 parameters : |
3030 {
31- "outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-test-${{ github.sha }}"
31+ "outdir": "${{ secrets.TOWER_BUCKET_AWS }}/rnaseq/results-test-${{ github.sha }}/ "
3232 }
3333 - uses : actions/upload-artifact@v3
3434 with :
4848 profiles : test
4949 parameters : |
5050 {
51- "outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-test-${{ github.sha }}"
51+ "outdir": "${{ secrets.TOWER_BUCKET_GCP }}/rnaseq/results-test-${{ github.sha }}/ "
5252 }
5353 - uses : actions/upload-artifact@v3
5454 with :
6868 profiles : test
6969 parameters : |
7070 {
71- "outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-test-${{ github.sha }}"
71+ "outdir": "${{ secrets.TOWER_BUCKET_AZURE }}/rnaseq/results-test-${{ github.sha }}/ "
7272 }
7373 - uses : actions/upload-artifact@v3
7474 with :
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Special thanks to the following for their contributions to the release:
2828- [ PR #1151 ] ( https://github.com/nf-core/rnaseq/pull/1151 ) - fix to #1150 : reinstate conditional
2929- [ PR #1152 ] ( https://github.com/nf-core/rnaseq/pull/1152 ) - Bump container versions for tools using Docker V1 manifest ([ #1140 ] ( https://github.com/nf-core/rnaseq/issues/1140 ) )
3030- [ PR #1154 ] ( https://github.com/nf-core/rnaseq/pull/1154 ) - Prerelease 3.14.0 fixes ([ #1111 ] ( https://github.com/nf-core/rnaseq/issues/1111 ) , [ #1153 ] ( https://github.com/nf-core/rnaseq/issues/1153 ) )
31+ - [ PR #1157 ] ( https://github.com/nf-core/rnaseq/pull/1157 ) - Add slash to ` --outdir ` for cloud tests to fix Azure validation issue
3132
3233### Parameters
3334
You can’t perform that action at this time.
0 commit comments