Merge pull request #428 from tiffanycmeyer13/unidata_18.2.1

NDM Update - adding a git pull after reset
This commit is contained in:
srcarter3 2022-02-23 10:52:58 -07:00 committed by GitHub
commit 8f640a219f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ if(!-e "$ndmDir/.git")
`cd $ndmDir ;
git fetch origin $branch ;
git reset --hard origin/$branch ;
git pull origin $branch ;
rsync -aP $ndmDir/$ndmGitPath /awips2/edex/data/ndm/
`;