From: Jason Etheridge Date: Fri, 10 Jun 2022 20:08:07 +0000 (-0400) Subject: temporarily test a fix for a test X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f47bc369e2e0f63a3134f92fadf08fd9ac83305a;p=working%2Frandom.git temporarily test a fix for a test Signed-off-by: Jason Etheridge --- diff --git a/installer/stretch/eg_stretch_installer.sh b/installer/stretch/eg_stretch_installer.sh index f9ea40960..16496b6ac 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/Evergreen.git' - EVERGREEN_BRANCH='master' + EVERGREEN_REPO='git://git.evergreen-ils.org/working/Evergreen.git' + EVERGREEN_BRANCH='collab/phasefx/34-lp1787968-cover-uploader-tempfile' echo OPENSRF_REPO=${OPENSRF_REPO} echo OPENSRF_BRANCH=${OPENSRF_BRANCH} echo EVERGREEN_REPO=${EVERGREEN_REPO}