Merge pull request #10133 from netroby/feature/update-repo-sh
Add shell script to fast update ansible repo
This commit is contained in:
commit
363a47b48b
1 changed files with 3 additions and 0 deletions
3
hacking/update.sh
Executable file
3
hacking/update.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
git pull --rebase
|
||||
git submodule update --init --recursive
|
Loading…
Reference in a new issue