fix(provision): pin arvados-formula
authorJavier Bértoli <jbertoli@curii.com>
Mon, 7 Dec 2020 14:22:08 +0000 (11:22 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Mon, 7 Dec 2020 14:22:08 +0000 (11:22 -0300)
refs #17177

Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>

tools/salt-install/provision.sh

index 3fa233b61fda17a10089a8f4ed9ecbc39da5f71c..ab239250b35db2b9d2fff20c28d39bd118c89872 100755 (executable)
@@ -49,6 +49,7 @@ VERSION="latest"
 # Usually there's no need to modify things below this line
 
 # Formulas versions
+ARVADOS_TAG="v1.1.2"
 POSTGRES_TAG="v0.41.3"
 NGINX_TAG="v2.4.0"
 DOCKER_TAG="v1.0.0"
@@ -190,7 +191,7 @@ EOFPSLS
 
 # Get the formula and dependencies
 cd ${F_DIR} || exit 1
-git clone https://github.com/netmanagers/arvados-formula.git
+git clone --branch "${ARVADOS_TAG}" https://github.com/saltstack-formulas/arvados-formula.git
 git clone --branch "${DOCKER_TAG}" https://github.com/saltstack-formulas/docker-formula.git
 git clone --branch "${LOCALE_TAG}" https://github.com/saltstack-formulas/locale-formula.git
 git clone --branch "${NGINX_TAG}" https://github.com/saltstack-formulas/nginx-formula.git