Merge pull request #428 from tiffanycmeyer13/unidata_18.2.1
NDM Update - adding a git pull after reset
This commit is contained in:
commit
8f640a219f
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue