Skip to content

Commit

Permalink
Update EMC_verif-global tag to verif_global_v1.13.4
Browse files Browse the repository at this point in the history
- Added missing environment variable in ush/run_verif_global_in_global_workflow.sh
- Updated ush/run_verif_global_in_global_workflow.sh and ush/set_up_verif_global.sh to point to new archive directory locations

Refs: #266
  • Loading branch information
KateFriedman-NOAA committed Feb 18, 2021
1 parent 0e29b80 commit f2ba50e
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 @@ -36,7 +36,7 @@ protocol = git
required = True

[EMC_verif-global]
tag = verif_global_v1.13.2
tag = verif_global_v1.13.4
local_path = sorc/verif-global.fd
repo_url = https://github.com/NOAA-EMC/EMC_verif-global.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 @@ -115,7 +115,7 @@ if [[ ! -d verif-global.fd ]] ; then
rm -f ${topdir}/checkout-verif-global.log
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.13.2
git checkout verif_global_v1.13.4
cd ${topdir}
else
echo 'Skip. Directory verif-global.fd already exist.'
Expand Down

0 comments on commit f2ba50e

Please sign in to comment.