Skip to content

Commit

Permalink
add checkout.sh to test on Dell
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jun 10, 2020
1 parent 201609b commit c330e60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ fi
echo gsi checkout ...
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
#git clone --recursive https://github.com/NOAA-EMC/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
git clone --recursive https://github.com/CoryMartin-NOAA/GSI.git gsi.fd >> ${topdir}/checkout-gsi.log 2>&1
cd gsi.fd
git checkout release/gfsda.v16.0.0
#git checkout release/gfsda.v16.0.0
git checkout feature/gdaschgres
git submodule update
cd ${topdir}
else
Expand Down

0 comments on commit c330e60

Please sign in to comment.