From 204602769edbfa87aee6817c422981b66b8a265d Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 15 Jun 2022 11:55:39 -0400 Subject: [PATCH] Revert "temporarily test a fix for a test" This reverts commit f47bc369e2e0f63a3134f92fadf08fd9ac83305a. --- installer/stretch/eg_stretch_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index 16496b6ac..f9ea40960 100755 --- a/installer/stretch/eg_stretch_installer.sh +++ b/installer/stretch/eg_stretch_installer.sh @@ -268,8 +268,8 @@ function init_variables { # ----------------------------------------------------------------------- OPENSRF_REPO='git://git.evergreen-ils.org/OpenSRF.git' OPENSRF_BRANCH='master' - EVERGREEN_REPO='git://git.evergreen-ils.org/working/Evergreen.git' - EVERGREEN_BRANCH='collab/phasefx/34-lp1787968-cover-uploader-tempfile' + EVERGREEN_REPO='git://git.evergreen-ils.org/Evergreen.git' + EVERGREEN_BRANCH='master' echo OPENSRF_REPO=${OPENSRF_REPO} echo OPENSRF_BRANCH=${OPENSRF_BRANCH} echo EVERGREEN_REPO=${EVERGREEN_REPO} -- 2.11.0