Skip to content

Commit

Permalink
Merge pull request #3332 from mashehu/fix-gitpod-yml
Browse files Browse the repository at this point in the history
Don't break gitpod.yml with template string
  • Loading branch information
mirpedrol authored Dec 9, 2024
2 parents 4ea867a + 045aaec commit 5497cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
- Update gitpod vscode extensions to use nf-core extension pack ([#3327](https://github.com/nf-core/tools/pull/3327))
- Remove toList() channel operation from inside onComplete block ([#3304](https://github.com/nf-core/tools/pull/3304))
- build: Setup VS Code tests ([#3292](https://github.com/nf-core/tools/pull/3292))
- Don't break gitpod.yml with template string ([#3332](https://github.com/nf-core/tools/pull/3332))

### Version updates

Expand Down
3 changes: 1 addition & 2 deletions nf_core/pipeline-template/.gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ tasks:
- name: Update Nextflow and setup pre-commit
command: |
pre-commit install --install-hooks
nextflow self-update
nextflow self-update {% if code_linters %}
vscode:
extensions:
#{%- if code_linters -%}
- nf-core.nf-core-extensionpack # https://github.com/nf-core/vscode-extensionpack{% endif %}

0 comments on commit 5497cac

Please sign in to comment.