Skip to content

Commit

Permalink
override project config for viash 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jun 17, 2024
1 parent 963b0ae commit 7b37a2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
version: ${{ matrix.viash_version }}

- if: ${{ startsWith(matrix.name, 'build_0_9') }}
run: |
cp _viash_0.9.yaml _viash.yaml
- name: Remove target folder from .gitignore
run: |
# allow publishing the target folder
Expand Down
6 changes: 6 additions & 0 deletions _viash_0.9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: test-nextflow-wave-fusion
organization: viash-io
license: Proprietary
links:
repository: https://github.com/viash-io/test-nextflow-wave-fusion
docker_registry: ghcr.io

0 comments on commit 7b37a2c

Please sign in to comment.