Skip to content

Commit

Permalink
Issue NOAA-EMC#38 - update EMC_verif-global pointer from VLab to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Mar 23, 2020
1 parent 057b2a8 commit 8b51b56
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 @@ -31,7 +31,7 @@ required = True
[EMC_verif-global]
tag = verif_global_v1.5.0
local_path = sorc/verif-global.fd
repo_url = ssh://vlab.ncep.noaa.gov:29418/EMC_verif-global
repo_url = https://github.com/NOAA-EMC/EMC_verif-global.git
protocol = git
required = True

Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi
echo EMC_verif-global checkout ...
if [[ ! -d verif-global.fd ]] ; then
rm -f ${topdir}/checkout-verif-global.log
git clone --recursive gerrit:EMC_verif-global verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1
git clone --recursive https://github.com/NOAA-EMC/EMC_verif-global.git verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1
cd verif-global.fd
git checkout verif_global_v1.5.0
cd ${topdir}
Expand Down

0 comments on commit 8b51b56

Please sign in to comment.