[ARVADOS-DEV] updated: 86f3f4fb78a436f5b65bde6f686dbba47e848934
Git user
git at public.curoverse.com
Mon Apr 10 16:22:14 EDT 2017
Summary of changes:
jenkins/run-cwl-test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 86f3f4fb78a436f5b65bde6f686dbba47e848934 (commit)
from f61bd0a7682a941de1ba7f37c9267cb205ef1dc2 (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 86f3f4fb78a436f5b65bde6f686dbba47e848934
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Apr 10 16:22:12 2017 -0400
Add --disable-reuse to run-cwl-test.sh/arvados-cwl-runner-with-checksum.sh refs #11332
diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh
index 940d6c7..34b956c 100755
--- a/jenkins/run-cwl-test.sh
+++ b/jenkins/run-cwl-test.sh
@@ -176,7 +176,7 @@ if [[ "$ECODE" != "0" ]]; then
exit $ECODE
fi
-run_command shell.$IDENTIFIER ECODE "if [[ ! -e arvados-cwl-runner-with-checksum.sh ]]; then printf \"%s\n%s\n\" '#!/bin/sh' 'exec arvados-cwl-runner --compute-checksum \"\$@\"' > arvados-cwl-runner-with-checksum.sh; chmod 755 arvados-cwl-runner-with-checksum.sh; fi"
+run_command shell.$IDENTIFIER ECODE "printf \"%s\n%s\n\" '#!/bin/sh' 'exec arvados-cwl-runner --compute-checksum --disable-reuse \"\$@\"' > arvados-cwl-runner-with-checksum.sh; chmod 755 arvados-cwl-runner-with-checksum.sh"
if [[ "$ECODE" != "0" ]]; then
echo "Failed to create ~$ACCT/arvados-cwl-runner-with-checksum.sh"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list