From 60dea7c2c11334137421d533572799256df2e102 Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 7 Apr 2025 10:46:37 +0000 Subject: [PATCH] Build branch add_sync_resources with version add_sync_resources (65686bf) Build pipeline: viash-hub.craftbox.add-sync-resources-jk7wc Source commit: https://github.com/viash-hub/craftbox/commit/65686bf63766d858e8bfdfda25f34782e78e9858 Source message: Update src/sync_resources/test.sh Co-authored-by: Dorien <41797896+dorien-er@users.noreply.github.com> --- src/sync_resources/test.sh | 2 +- target/executable/concat_text/.config.vsh.yaml | 4 ++-- target/executable/concat_text/concat_text | 4 ++-- target/executable/csv2fasta/.config.vsh.yaml | 4 ++-- target/executable/csv2fasta/csv2fasta | 4 ++-- target/executable/sync_resources/.config.vsh.yaml | 4 ++-- target/executable/sync_resources/sync_resources | 4 ++-- target/executable/untar/.config.vsh.yaml | 4 ++-- target/executable/untar/untar | 4 ++-- target/nextflow/concat_text/.config.vsh.yaml | 4 ++-- target/nextflow/concat_text/main.nf | 4 ++-- target/nextflow/csv2fasta/.config.vsh.yaml | 4 ++-- target/nextflow/csv2fasta/main.nf | 4 ++-- target/nextflow/sync_resources/.config.vsh.yaml | 4 ++-- target/nextflow/sync_resources/main.nf | 4 ++-- target/nextflow/untar/.config.vsh.yaml | 4 ++-- target/nextflow/untar/main.nf | 4 ++-- 17 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/sync_resources/test.sh b/src/sync_resources/test.sh index 55034d7..d427643 100644 --- a/src/sync_resources/test.sh +++ b/src/sync_resources/test.sh @@ -18,6 +18,6 @@ echo ">> Run aws s3 sync" --quiet echo ">> Check whether the right files were copied" -[ ! -f foo/dataset.h5ad ] && echo csv should have been copied && exit 1 +[ ! -f foo/dataset.h5ad ] && echo test file should have been copied && exit 1 echo ">> Test succeeded!" \ No newline at end of file diff --git a/target/executable/concat_text/.config.vsh.yaml b/target/executable/concat_text/.config.vsh.yaml index d029402..134cfc8 100644 --- a/target/executable/concat_text/.config.vsh.yaml +++ b/target/executable/concat_text/.config.vsh.yaml @@ -171,9 +171,9 @@ build_info: output: "target/executable/concat_text" executable: "target/executable/concat_text/concat_text" viash_version: "0.9.0" - git_commit: "3bc5aa4e7409cdc1f88008e025028e64d3e28d93" + git_commit: "65686bf63766d858e8bfdfda25f34782e78e9858" git_remote: "https://github.com/viash-hub/craftbox" - git_tag: "v0.1.0-1-g3bc5aa4" + git_tag: "v0.1.0-2-g65686bf" package_config: name: "craftbox" version: "add_sync_resources" diff --git a/target/executable/concat_text/concat_text b/target/executable/concat_text/concat_text index 0d81fb4..6b07cfb 100755 --- a/target/executable/concat_text/concat_text +++ b/target/executable/concat_text/concat_text @@ -479,9 +479,9 @@ RUN apk add --no-cache bash procps file LABEL org.opencontainers.image.authors="Toni Verbeiren, Dries Schaumont" LABEL org.opencontainers.image.description="Companion container for running component concat_text" -LABEL org.opencontainers.image.created="2025-04-04T14:13:53Z" +LABEL org.opencontainers.image.created="2025-04-07T10:39:35Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox" -LABEL org.opencontainers.image.revision="3bc5aa4e7409cdc1f88008e025028e64d3e28d93" +LABEL org.opencontainers.image.revision="65686bf63766d858e8bfdfda25f34782e78e9858" LABEL org.opencontainers.image.version="add_sync_resources" VIASHDOCKER diff --git a/target/executable/csv2fasta/.config.vsh.yaml b/target/executable/csv2fasta/.config.vsh.yaml index 97a7a36..3c961e2 100644 --- a/target/executable/csv2fasta/.config.vsh.yaml +++ b/target/executable/csv2fasta/.config.vsh.yaml @@ -222,9 +222,9 @@ build_info: output: "target/executable/csv2fasta" executable: "target/executable/csv2fasta/csv2fasta" viash_version: "0.9.0" - git_commit: "3bc5aa4e7409cdc1f88008e025028e64d3e28d93" + git_commit: "65686bf63766d858e8bfdfda25f34782e78e9858" git_remote: "https://github.com/viash-hub/craftbox" - git_tag: "v0.1.0-1-g3bc5aa4" + git_tag: "v0.1.0-2-g65686bf" package_config: name: "craftbox" version: "add_sync_resources" diff --git a/target/executable/csv2fasta/csv2fasta b/target/executable/csv2fasta/csv2fasta index ebd0d44..01fe652 100755 --- a/target/executable/csv2fasta/csv2fasta +++ b/target/executable/csv2fasta/csv2fasta @@ -525,9 +525,9 @@ RUN pip install --upgrade pip && \ pip install --upgrade --no-cache-dir "dnaio" LABEL org.opencontainers.image.description="Companion container for running component csv2fasta" -LABEL org.opencontainers.image.created="2025-04-04T14:13:54Z" +LABEL org.opencontainers.image.created="2025-04-07T10:39:35Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox" -LABEL org.opencontainers.image.revision="3bc5aa4e7409cdc1f88008e025028e64d3e28d93" +LABEL org.opencontainers.image.revision="65686bf63766d858e8bfdfda25f34782e78e9858" LABEL org.opencontainers.image.version="add_sync_resources" VIASHDOCKER diff --git a/target/executable/sync_resources/.config.vsh.yaml b/target/executable/sync_resources/.config.vsh.yaml index 1bb64df..0273f92 100644 --- a/target/executable/sync_resources/.config.vsh.yaml +++ b/target/executable/sync_resources/.config.vsh.yaml @@ -160,9 +160,9 @@ build_info: output: "target/executable/sync_resources" executable: "target/executable/sync_resources/sync_resources" viash_version: "0.9.0" - git_commit: "3bc5aa4e7409cdc1f88008e025028e64d3e28d93" + git_commit: "65686bf63766d858e8bfdfda25f34782e78e9858" git_remote: "https://github.com/viash-hub/craftbox" - git_tag: "v0.1.0-1-g3bc5aa4" + git_tag: "v0.1.0-2-g65686bf" package_config: name: "craftbox" version: "add_sync_resources" diff --git a/target/executable/sync_resources/sync_resources b/target/executable/sync_resources/sync_resources index 157b4b5..c764843 100755 --- a/target/executable/sync_resources/sync_resources +++ b/target/executable/sync_resources/sync_resources @@ -482,9 +482,9 @@ RUN apk add --no-cache bash rclone yq RUN rclone config create s3 s3 anonymous=true RUN rclone config create gs gcs anonymous=true LABEL org.opencontainers.image.description="Companion container for running component sync_resources" -LABEL org.opencontainers.image.created="2025-04-04T14:13:53Z" +LABEL org.opencontainers.image.created="2025-04-07T10:39:35Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox" -LABEL org.opencontainers.image.revision="3bc5aa4e7409cdc1f88008e025028e64d3e28d93" +LABEL org.opencontainers.image.revision="65686bf63766d858e8bfdfda25f34782e78e9858" LABEL org.opencontainers.image.version="add_sync_resources" VIASHDOCKER diff --git a/target/executable/untar/.config.vsh.yaml b/target/executable/untar/.config.vsh.yaml index d2dfa28..90e24d6 100644 --- a/target/executable/untar/.config.vsh.yaml +++ b/target/executable/untar/.config.vsh.yaml @@ -147,9 +147,9 @@ build_info: output: "target/executable/untar" executable: "target/executable/untar/untar" viash_version: "0.9.0" - git_commit: "3bc5aa4e7409cdc1f88008e025028e64d3e28d93" + git_commit: "65686bf63766d858e8bfdfda25f34782e78e9858" git_remote: "https://github.com/viash-hub/craftbox" - git_tag: "v0.1.0-1-g3bc5aa4" + git_tag: "v0.1.0-2-g65686bf" package_config: name: "craftbox" version: "add_sync_resources" diff --git a/target/executable/untar/untar b/target/executable/untar/untar index 1075737..78dc446 100755 --- a/target/executable/untar/untar +++ b/target/executable/untar/untar @@ -476,9 +476,9 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* LABEL org.opencontainers.image.description="Companion container for running component untar" -LABEL org.opencontainers.image.created="2025-04-04T14:13:54Z" +LABEL org.opencontainers.image.created="2025-04-07T10:39:35Z" LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox" -LABEL org.opencontainers.image.revision="3bc5aa4e7409cdc1f88008e025028e64d3e28d93" +LABEL org.opencontainers.image.revision="65686bf63766d858e8bfdfda25f34782e78e9858" LABEL org.opencontainers.image.version="add_sync_resources" VIASHDOCKER diff --git a/target/nextflow/concat_text/.config.vsh.yaml b/target/nextflow/concat_text/.config.vsh.yaml index 7f6c23f..d92988e 100644 --- a/target/nextflow/concat_text/.config.vsh.yaml +++ b/target/nextflow/concat_text/.config.vsh.yaml @@ -171,9 +171,9 @@ build_info: output: "target/nextflow/concat_text" executable: "target/nextflow/concat_text/main.nf" viash_version: "0.9.0" - git_commit: "3bc5aa4e7409cdc1f88008e025028e64d3e28d93" + git_commit: "65686bf63766d858e8bfdfda25f34782e78e9858" git_remote: "https://github.com/viash-hub/craftbox" - git_tag: "v0.1.0-1-g3bc5aa4" + git_tag: "v0.1.0-2-g65686bf" package_config: name: "craftbox" version: "add_sync_resources" diff --git a/target/nextflow/concat_text/main.nf b/target/nextflow/concat_text/main.nf index 6de4b66..83e84a4 100644 --- a/target/nextflow/concat_text/main.nf +++ b/target/nextflow/concat_text/main.nf @@ -3031,9 +3031,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/concat_text", "viash_version" : "0.9.0", - "git_commit" : "3bc5aa4e7409cdc1f88008e025028e64d3e28d93", + "git_commit" : "65686bf63766d858e8bfdfda25f34782e78e9858", "git_remote" : "https://github.com/viash-hub/craftbox", - "git_tag" : "v0.1.0-1-g3bc5aa4" + "git_tag" : "v0.1.0-2-g65686bf" }, "package_config" : { "name" : "craftbox", diff --git a/target/nextflow/csv2fasta/.config.vsh.yaml b/target/nextflow/csv2fasta/.config.vsh.yaml index 41a54d0..50fd539 100644 --- a/target/nextflow/csv2fasta/.config.vsh.yaml +++ b/target/nextflow/csv2fasta/.config.vsh.yaml @@ -222,9 +222,9 @@ build_info: output: "target/nextflow/csv2fasta" executable: "target/nextflow/csv2fasta/main.nf" viash_version: "0.9.0" - git_commit: "3bc5aa4e7409cdc1f88008e025028e64d3e28d93" + git_commit: "65686bf63766d858e8bfdfda25f34782e78e9858" git_remote: "https://github.com/viash-hub/craftbox" - git_tag: "v0.1.0-1-g3bc5aa4" + git_tag: "v0.1.0-2-g65686bf" package_config: name: "craftbox" version: "add_sync_resources" diff --git a/target/nextflow/csv2fasta/main.nf b/target/nextflow/csv2fasta/main.nf index 2765d61..907e342 100644 --- a/target/nextflow/csv2fasta/main.nf +++ b/target/nextflow/csv2fasta/main.nf @@ -3067,9 +3067,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/csv2fasta", "viash_version" : "0.9.0", - "git_commit" : "3bc5aa4e7409cdc1f88008e025028e64d3e28d93", + "git_commit" : "65686bf63766d858e8bfdfda25f34782e78e9858", "git_remote" : "https://github.com/viash-hub/craftbox", - "git_tag" : "v0.1.0-1-g3bc5aa4" + "git_tag" : "v0.1.0-2-g65686bf" }, "package_config" : { "name" : "craftbox", diff --git a/target/nextflow/sync_resources/.config.vsh.yaml b/target/nextflow/sync_resources/.config.vsh.yaml index 68b09ea..e046f58 100644 --- a/target/nextflow/sync_resources/.config.vsh.yaml +++ b/target/nextflow/sync_resources/.config.vsh.yaml @@ -160,9 +160,9 @@ build_info: output: "target/nextflow/sync_resources" executable: "target/nextflow/sync_resources/main.nf" viash_version: "0.9.0" - git_commit: "3bc5aa4e7409cdc1f88008e025028e64d3e28d93" + git_commit: "65686bf63766d858e8bfdfda25f34782e78e9858" git_remote: "https://github.com/viash-hub/craftbox" - git_tag: "v0.1.0-1-g3bc5aa4" + git_tag: "v0.1.0-2-g65686bf" package_config: name: "craftbox" version: "add_sync_resources" diff --git a/target/nextflow/sync_resources/main.nf b/target/nextflow/sync_resources/main.nf index 2ffbf53..cca4f0b 100644 --- a/target/nextflow/sync_resources/main.nf +++ b/target/nextflow/sync_resources/main.nf @@ -3009,9 +3009,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/sync_resources", "viash_version" : "0.9.0", - "git_commit" : "3bc5aa4e7409cdc1f88008e025028e64d3e28d93", + "git_commit" : "65686bf63766d858e8bfdfda25f34782e78e9858", "git_remote" : "https://github.com/viash-hub/craftbox", - "git_tag" : "v0.1.0-1-g3bc5aa4" + "git_tag" : "v0.1.0-2-g65686bf" }, "package_config" : { "name" : "craftbox", diff --git a/target/nextflow/untar/.config.vsh.yaml b/target/nextflow/untar/.config.vsh.yaml index 0901f21..24d7b8a 100644 --- a/target/nextflow/untar/.config.vsh.yaml +++ b/target/nextflow/untar/.config.vsh.yaml @@ -147,9 +147,9 @@ build_info: output: "target/nextflow/untar" executable: "target/nextflow/untar/main.nf" viash_version: "0.9.0" - git_commit: "3bc5aa4e7409cdc1f88008e025028e64d3e28d93" + git_commit: "65686bf63766d858e8bfdfda25f34782e78e9858" git_remote: "https://github.com/viash-hub/craftbox" - git_tag: "v0.1.0-1-g3bc5aa4" + git_tag: "v0.1.0-2-g65686bf" package_config: name: "craftbox" version: "add_sync_resources" diff --git a/target/nextflow/untar/main.nf b/target/nextflow/untar/main.nf index 5a3bc00..1c8f345 100644 --- a/target/nextflow/untar/main.nf +++ b/target/nextflow/untar/main.nf @@ -2988,9 +2988,9 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/untar", "viash_version" : "0.9.0", - "git_commit" : "3bc5aa4e7409cdc1f88008e025028e64d3e28d93", + "git_commit" : "65686bf63766d858e8bfdfda25f34782e78e9858", "git_remote" : "https://github.com/viash-hub/craftbox", - "git_tag" : "v0.1.0-1-g3bc5aa4" + "git_tag" : "v0.1.0-2-g65686bf" }, "package_config" : { "name" : "craftbox",