Build branch main with version main (64aad6a)

Build pipeline: viash-hub.rnaseq.main-4gbdz

Source commit: 64aad6a006

Source message: Merge pull request #22 from viash-hub/define_repositories_in_package_config

define dependency repositories once in the package config
This commit is contained in:
CI
2024-09-14 09:49:51 +00:00
parent 92b5a42360
commit 9b29e37466
237 changed files with 3667 additions and 685 deletions

View File

@@ -101,6 +101,15 @@ status: "enabled"
requirements:
commands:
- "ps"
repositories:
- type: "vsh"
name: "biobox"
repo: "vsh/biobox"
tag: "v0.2.0"
- type: "vsh"
name: "craftbox"
repo: "craftbox"
tag: "v0.1.0"
runners:
- type: "executable"
id: "executable"
@@ -189,14 +198,23 @@ build_info:
output: "target/executable/fastqc"
executable: "target/executable/fastqc/fastqc"
viash_version: "0.9.0"
git_commit: "cb9b32883494c48f394213551a82e9103f2e620c"
git_remote: "https://github.com/viash-hub/rnaseq"
git_commit: "64aad6a006818388eceffe024b1701b3eae06bee"
git_remote: "https://x-access-token:ghs_sq8cBpPtIm1wZvLlQUshbKRwwqLLDl0UmbNu@github.com/viash-hub/rnaseq"
package_config:
version: "main"
info:
test_resources:
- path: "gs://viash-hub-test-data/rnaseq/v1"
dest: "testData"
repositories:
- type: "vsh"
name: "biobox"
repo: "vsh/biobox"
tag: "v0.2.0"
- type: "vsh"
name: "craftbox"
repo: "craftbox"
tag: "v0.1.0"
viash_version: "0.9.0"
source: "src"
target: "target"