[ARVADOS] updated: 2.1.0-2143-gf247715a4

Git user git at public.arvados.org
Mon Mar 21 21:31:11 UTC 2022


Summary of changes:
 sdk/cwl/test_with_arvbox.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f247715a437985aec9003180fb4e78bac487fbcc (commit)
      from  5c833473630d89c12a66e7941cf31cf48903fc3d (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 f247715a437985aec9003180fb4e78bac487fbcc
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Mar 21 17:30:39 2022 -0400

    Fix test_with_arvbox checkout by tag no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index ec6f02f7a..c7d9952ff 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -116,9 +116,9 @@ elif [[ "$suite" =~ conformance-(.*) ]] ; then
    version=\${BASH_REMATCH[1]}
    if ! test -d cwl-\${version} ; then
      git clone https://github.com/common-workflow-language/cwl-\${version}.git
-     git checkout \${version}.0
    fi
    cd cwl-\${version}
+   git checkout \${version}.0
 elif [[ "$suite" != "integration" ]] ; then
    echo "ERROR: unknown suite '$suite'"
    exit 1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list