From: Javier Bértoli Date: Mon, 7 Dec 2020 14:22:08 +0000 (-0300) Subject: fix(provision): pin arvados-formula X-Git-Tag: 2.2.0~197^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/ebd40412f42b53c121134d40dff577b56f3c50c6 fix(provision): pin arvados-formula refs #17177 Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index 3fa233b61f..ab239250b3 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -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