[ARVADOS-DEV] updated: 87893087e8933ca8e72ce3dc089ad487e67120fc
Git user
git at public.curoverse.com
Thu May 2 14:35:24 UTC 2019
Summary of changes:
jenkins/run-cwl-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 87893087e8933ca8e72ce3dc089ad487e67120fc (commit)
from 8814265f140fdeef870639835b7aa42c4aefacd5 (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 87893087e8933ca8e72ce3dc089ad487e67120fc
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Thu May 2 10:17:01 2019 -0400
Fix ARVADOS_API_TOKEN munging in logs.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh
index 449fc9a..c2f2683 100755
--- a/jenkins/run-cwl-test.sh
+++ b/jenkins/run-cwl-test.sh
@@ -167,7 +167,7 @@ function run_command() {
title "Connection denied or timed out"
fi
else
- title "Running '${command/ARVADOS_API_TOKEN=*/ARVADOS_API_TOKEN=suppressed}' locally"
+ title "Running '${command/ARVADOS_API_TOKEN=* /ARVADOS_API_TOKEN=suppressed }' locally"
TMP_FILE=`mktemp`
if [[ "$DEBUG" != "0" ]]; then
bash -c "$command" | tee $TMP_FILE
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list