update should also git pull

This commit is contained in:
Jeff Carr 2018-01-21 04:02:06 -10:00
parent 7e2c2f8892
commit 9bb4513cbb
1 changed files with 2 additions and 1 deletions

View File

@ -9,11 +9,12 @@ setup:
push: push:
git add --all git add --all
git commit -a -git commit -a
git push git push
# git submodule add git://ping.wit.com/git/witcoredns witcoredns # git submodule add git://ping.wit.com/git/witcoredns witcoredns
update: update:
git pull
git submodule update --init --recursive git submodule update --init --recursive
# use this allow a new tree on the git server # use this allow a new tree on the git server