[ARVADOS-DEV] updated: 44c86e32fb7a080f3c4bc8a0a9929c8ee4786c24
Git user
git at public.arvados.org
Fri Apr 8 23:52:26 UTC 2022
Summary of changes:
jenkins/test-arvados-multinode/script_test.multinode.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 44c86e32fb7a080f3c4bc8a0a9929c8ee4786c24 (commit)
from 510c6934e1c6abc60299f061335d5aa029bb63ff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 44c86e32fb7a080f3c4bc8a0a9929c8ee4786c24
Author: Javier Bértoli <jbertoli at curii.com>
Date: Fri Apr 8 20:52:10 2022 -0300
16375: quotes
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>
diff --git a/jenkins/test-arvados-multinode/script_test.multinode.sh b/jenkins/test-arvados-multinode/script_test.multinode.sh
index 0c87b31..a412cea 100755
--- a/jenkins/test-arvados-multinode/script_test.multinode.sh
+++ b/jenkins/test-arvados-multinode/script_test.multinode.sh
@@ -22,7 +22,7 @@ trap '_exit_handler $LINENO' EXIT ERR
echo "== Setting up terraform"
cd terraform || exit 1
-sed 's/__BUILD_TAG__/${BUILD_TAG}/g' terraform.tfvars > /tmp/terraform.tfvars-${GIT_COMMIT}
+sed "s/__BUILD_TAG__/${BUILD_TAG}/g" terraform.tfvars > /tmp/terraform.tfvars-${GIT_COMMIT}
echo "== Setting up instances"
terraform init && \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list