Build branch concat_text with version concat_text (5322870)

Build pipeline: viash-hub.craftbox.concat-text-782rc

Source commit: 53228705a2

Source message: Avoid using deprecated Viash variable
This commit is contained in:
CI
2024-07-23 14:13:52 +00:00
parent 63c3032a3b
commit ff1e584d7c
13 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
set -euo pipefail
TMPDIR=$(mktemp -d "$meta_temp_dir/$meta_functionality_name-XXXXXX")
TMPDIR=$(mktemp -d "$meta_temp_dir/concat_text-XXXXXX")
function clean_up {
[[ -d "$TMPDIR" ]] && rm -r "$TMPDIR"
}

View File

@@ -171,7 +171,7 @@ build_info:
output: "target/executable/concat_text"
executable: "target/executable/concat_text/concat_text"
viash_version: "0.9.0-RC6"
git_commit: "341faada43ab3ac535e6ebc298ba4c4122ed33cf"
git_commit: "53228705a20c6764e3f0ae9ed2147e99009d7c34"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -478,9 +478,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="2024-07-23T12:21:55Z"
LABEL org.opencontainers.image.created="2024-07-23T14:05:20Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="341faada43ab3ac535e6ebc298ba4c4122ed33cf"
LABEL org.opencontainers.image.revision="53228705a20c6764e3f0ae9ed2147e99009d7c34"
LABEL org.opencontainers.image.version="concat_text"
VIASHDOCKER
@@ -1053,7 +1053,7 @@ $( if [ ! -z ${VIASH_META_MEMORY_PIB+x} ]; then echo "${VIASH_META_MEMORY_PIB}"
set -euo pipefail
TMPDIR=\$(mktemp -d "\$meta_temp_dir/\$meta_functionality_name-XXXXXX")
TMPDIR=\$(mktemp -d "\$meta_temp_dir/concat_text-XXXXXX")
function clean_up {
[[ -d "\$TMPDIR" ]] && rm -r "\$TMPDIR"
}

View File

@@ -222,7 +222,7 @@ build_info:
output: "target/executable/csv2fasta"
executable: "target/executable/csv2fasta/csv2fasta"
viash_version: "0.9.0-RC6"
git_commit: "341faada43ab3ac535e6ebc298ba4c4122ed33cf"
git_commit: "53228705a20c6764e3f0ae9ed2147e99009d7c34"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -524,9 +524,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="2024-07-23T12:21:54Z"
LABEL org.opencontainers.image.created="2024-07-23T14:05:19Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="341faada43ab3ac535e6ebc298ba4c4122ed33cf"
LABEL org.opencontainers.image.revision="53228705a20c6764e3f0ae9ed2147e99009d7c34"
LABEL org.opencontainers.image.version="concat_text"
VIASHDOCKER

View File

@@ -147,7 +147,7 @@ build_info:
output: "target/executable/untar"
executable: "target/executable/untar/untar"
viash_version: "0.9.0-RC6"
git_commit: "341faada43ab3ac535e6ebc298ba4c4122ed33cf"
git_commit: "53228705a20c6764e3f0ae9ed2147e99009d7c34"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -475,9 +475,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="2024-07-23T12:21:54Z"
LABEL org.opencontainers.image.created="2024-07-23T14:05:19Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="341faada43ab3ac535e6ebc298ba4c4122ed33cf"
LABEL org.opencontainers.image.revision="53228705a20c6764e3f0ae9ed2147e99009d7c34"
LABEL org.opencontainers.image.version="concat_text"
VIASHDOCKER

View File

@@ -171,7 +171,7 @@ build_info:
output: "target/nextflow/concat_text"
executable: "target/nextflow/concat_text/main.nf"
viash_version: "0.9.0-RC6"
git_commit: "341faada43ab3ac535e6ebc298ba4c4122ed33cf"
git_commit: "53228705a20c6764e3f0ae9ed2147e99009d7c34"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -3005,7 +3005,7 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/concat_text",
"viash_version" : "0.9.0-RC6",
"git_commit" : "341faada43ab3ac535e6ebc298ba4c4122ed33cf",
"git_commit" : "53228705a20c6764e3f0ae9ed2147e99009d7c34",
"git_remote" : "https://github.com/viash-hub/craftbox"
},
"package_config" : {
@@ -3074,7 +3074,7 @@ $( if [ ! -z ${VIASH_META_MEMORY_PIB+x} ]; then echo "${VIASH_META_MEMORY_PIB}"
set -euo pipefail
TMPDIR=\\$(mktemp -d "\\$meta_temp_dir/\\$meta_functionality_name-XXXXXX")
TMPDIR=\\$(mktemp -d "\\$meta_temp_dir/concat_text-XXXXXX")
function clean_up {
[[ -d "\\$TMPDIR" ]] && rm -r "\\$TMPDIR"
}

View File

@@ -222,7 +222,7 @@ build_info:
output: "target/nextflow/csv2fasta"
executable: "target/nextflow/csv2fasta/main.nf"
viash_version: "0.9.0-RC6"
git_commit: "341faada43ab3ac535e6ebc298ba4c4122ed33cf"
git_commit: "53228705a20c6764e3f0ae9ed2147e99009d7c34"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -3041,7 +3041,7 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/csv2fasta",
"viash_version" : "0.9.0-RC6",
"git_commit" : "341faada43ab3ac535e6ebc298ba4c4122ed33cf",
"git_commit" : "53228705a20c6764e3f0ae9ed2147e99009d7c34",
"git_remote" : "https://github.com/viash-hub/craftbox"
},
"package_config" : {

View File

@@ -147,7 +147,7 @@ build_info:
output: "target/nextflow/untar"
executable: "target/nextflow/untar/main.nf"
viash_version: "0.9.0-RC6"
git_commit: "341faada43ab3ac535e6ebc298ba4c4122ed33cf"
git_commit: "53228705a20c6764e3f0ae9ed2147e99009d7c34"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -2962,7 +2962,7 @@ meta = [
"engine" : "docker|native",
"output" : "target/nextflow/untar",
"viash_version" : "0.9.0-RC6",
"git_commit" : "341faada43ab3ac535e6ebc298ba4c4122ed33cf",
"git_commit" : "53228705a20c6764e3f0ae9ed2147e99009d7c34",
"git_remote" : "https://github.com/viash-hub/craftbox"
},
"package_config" : {