Merge pull request #10133 from netroby/feature/update-repo-sh

Add shell script to fast update ansible repo
pull/9800/merge
Toshio Kuratomi 10 years ago
commit 363a47b48b

@ -0,0 +1,3 @@
#!/bin/sh
git pull --rebase
git submodule update --init --recursive
Loading…
Cancel
Save