Our base test image installs the correct version of Go (detected in the
[arvados-dev.git] / jenkins / packer-images / jenkins-image-common.sh
index 6f83c38cbbb735e67b653e9dffc5a4b5fc9a1f30..e68b092c0779fd178f3c757787f52ab09cc8f28e 100755 (executable)
@@ -42,7 +42,7 @@ sudo su -c "${POSTINSTALL_CMD}"
 # create a reference repository (bare git repo)
 # jenkins will use this to speed up the checkout for each job
 cd /usr/src
-sudo git clone --mirror https://git.arvados.org/arvados.git
+sudo git clone --mirror git://git.arvados.org/arvados.git
 sudo chown jenkins:jenkins arvados.git -R
 
 # Jenkins will use this script to determine when the node is ready for use