From c90ea4b242b2a895c323fb1240d8c87c3d51e7b0 Mon Sep 17 00:00:00 2001 From: "russ.treadon" Date: Fri, 1 May 2020 19:23:17 +0000 Subject: [PATCH] Issue #63: update ProdGSI tag to gfsda.v15.3.0 --- sorc/checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorc/checkout.sh b/sorc/checkout.sh index 0e054d726c..ee1a4119f2 100755 --- a/sorc/checkout.sh +++ b/sorc/checkout.sh @@ -21,7 +21,7 @@ if [[ ! -d gsi.fd ]] ; then rm -f ${topdir}/checkout-gsi.log git clone --recursive gerrit:ProdGSI gsi.fd >> ${topdir}/checkout-gsi.log 2>&1 cd gsi.fd - git checkout fv3da_gfs.v15.2.12 + git checkout gfsda.v15.3.0 git submodule update cd ${topdir} else