Skip to content

Commit

Permalink
Update checkout.sh to use tag of UPP
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v12_github_port2acorn
 Changes to be committed:
	modified:   sorc/checkout.sh

Refs: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Nov 13, 2021
1 parent f170fe9 commit f310f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [[ ! -d gfs_post.fd ]] ; then
rc=$?
((err+=$rc))
cd gfs_post.fd
git checkout release/gefs_v12
git checkout gefs_v12.2.0
cd ${topdir}
else
echo 'Skip. Directory gfs_post.fd already exists.'
Expand Down

0 comments on commit f310f3c

Please sign in to comment.