[ARVADOS] updated: 1.3.0-859-gf27aa12c4

Git user git at public.curoverse.com
Fri May 31 15:53:59 UTC 2019


Summary of changes:
 sdk/cwl/test_with_arvbox.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

       via  f27aa12c4dd863e1c4a8c0c61cba365c99bdc5e7 (commit)
      from  e824e159b213262403771ca4060ac03a7d558b55 (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 f27aa12c4dd863e1c4a8c0c61cba365c99bdc5e7
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri May 31 11:53:41 2019 -0400

    15028: Move 'conformance' default to v1.0 fallback
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index 2bdf0540c..f36dfb8e3 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -66,6 +66,10 @@ if test -z "$ARVBOX_CONTAINER" ; then
    export ARVBOX_CONTAINER=cwltest
 fi
 
+if [[ "$suite" = "conformance" ]] ; then
+  suite=conformance-v1.0
+fi
+
 if test $reset_container = 1 ; then
     arvbox stop
     docker rm $ARVBOX_CONTAINER
@@ -98,10 +102,6 @@ fi
 mkdir -p /tmp/cwltest
 cd /tmp/cwltest
 
-if [[ "$suite" = "conformance" ]] ; then
-  suite=conformance-v1.0
-fi
-
 if [[ "$suite" = "conformance-v1.0" ]] ; then
    if ! test -d common-workflow-language ; then
      git clone https://github.com/common-workflow-language/common-workflow-language.git

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list