16263: Pulls from official git repo when running federation tests.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Mon, 6 Apr 2020 14:01:18 +0000 (11:01 -0300)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 13 Apr 2020 15:27:36 +0000 (11:27 -0400)
This is helpful to ask for specific branches that aren't published on github.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

sdk/cwl/tests/federation/arvboxcwl/start.cwl

index 5d9aaba2db368ef7703ebfff01accbc97f3fb4d2..a7f46d6b22a58a79a3fac916c28c53c1da4984ee 100644 (file)
@@ -74,7 +74,7 @@ arguments:
       mkdir -p $ARVBOX_DATA
       if ! test -d $ARVBOX_DATA/arvados ; then
         cd $ARVBOX_DATA
-        git clone https://github.com/arvados/arvados.git
+        git clone https://git.arvados.org/arvados.git
       fi
       cd $ARVBOX_DATA/arvados
       gitver=`git rev-parse HEAD`