Skip to content

Commit

Permalink
Temporarily peg GSI checkout to hash of release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Oct 7, 2020
1 parent 0a01661 commit 9f7eeba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ protocol = git
required = True

[GSI]
branch = release/gfsda.v16.0.0
hash = 56652c2f
local_path = sorc/gsi.fd
repo_url = https://github.com/NOAA-EMC/GSI.git
protocol = git
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ ! -d gsi.fd ]] ; then
rm -f ${topdir}/checkout-gsi.log
git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
cd gsi.fd
git checkout release/gfsda.v16.0.0
git checkout 56652c2fe2879a37666abefaf51608ed38f2d814
git submodule update
cd ${topdir}
else
Expand Down

0 comments on commit 9f7eeba

Please sign in to comment.