Skip to content

Commit

Permalink
Update UFS_UTILS tag to ufs_utils_1_6_0
Browse files Browse the repository at this point in the history
- update tag in Externals.cfg and sorc/checkout.sh
- UFS_UTILS issue NOAA-EMC#564: ufs-community/UFS_UTILS#564

Refs: NOAA-EMC#400
  • Loading branch information
KateFriedman-NOAA committed Aug 16, 2021
1 parent eae8f7c commit 9a860cd
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 @@ -30,7 +30,7 @@ protocol = git
required = True

[UFS_UTILS]
tag = ufs_utils_1_4_0
tag = ufs_utils_1_6_0
local_path = sorc/ufs_utils.fd
repo_url = https://github.com/NOAA-EMC/UFS_UTILS.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 @@ -63,7 +63,7 @@ if [[ ! -d ufs_utils.fd ]] ; then
rm -f ${topdir}/checkout-ufs_utils.log
git clone --recursive https://github.com/NOAA-EMC/UFS_UTILS.git ufs_utils.fd >> ${topdir}/checkout-ufs_utils.fd.log 2>&1
cd ufs_utils.fd
git checkout ufs_utils_1_4_0
git checkout ufs_utils_1_6_0
cd ${topdir}
else
echo 'Skip. Directory ufs_utils.fd already exists.'
Expand Down

0 comments on commit 9a860cd

Please sign in to comment.