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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user