From 809b5925912012d37886cb6c76e9659b83851fdf Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Mon, 13 Jun 2022 23:10:00 -0400 Subject: [PATCH] Revert "Bump Umbra version" This reverts commit 5b142bfcbec35b23553ffa178df4e63753f702b5. --- umbra/scripts/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbra/scripts/vars.sh b/umbra/scripts/vars.sh index 8180edacf..0c10c686c 100644 --- a/umbra/scripts/vars.sh +++ b/umbra/scripts/vars.sh @@ -5,7 +5,7 @@ export UMBRA_DDL_DIR=`pwd`/ddl/ export UMBRA_DATABASE_DIR=`pwd`/scratch/db/ export UMBRA_BACKUP_DIR=`pwd`/scratch/backup/ export UMBRA_CONTAINER_NAME=snb-interactive-umbra -export UMBRA_VERSION=75f99d093 +export UMBRA_VERSION=e7415d13f export UMBRA_DOCKER_IMAGE=umbra-release:${UMBRA_VERSION} export UMBRA_USER=postgres