diff options
| author | JJ Graham <thetwoj@gmail.com> | 2019-10-20 16:13:31 -0500 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-10-21 13:10:28 +0200 |
| commit | 544ceecf1a8d397635592d82808d3bb1a6d57e76 (patch) | |
| tree | d5e7be182e0f98528c1245986e86bb0ab1a73d11 | |
| parent | b303cb0c5995bf9c74db34a8082cdf5258c250fe (diff) | |
| download | GitPython-544ceecf1a8d397635592d82808d3bb1a6d57e76.tar.gz GitPython-544ceecf1a8d397635592d82808d3bb1a6d57e76.zip | |
Adding command to init-tests-after-clone.sh to make sure submodules are recursively cloned as well
| -rwxr-xr-x | init-tests-after-clone.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init-tests-after-clone.sh b/init-tests-after-clone.sh index 0d445891..e852f3cd 100755 --- a/init-tests-after-clone.sh +++ b/init-tests-after-clone.sh @@ -12,4 +12,5 @@ git checkout master || git checkout -b master git reset --hard HEAD~1 git reset --hard HEAD~1 git reset --hard HEAD~1 -git reset --hard __testing_point__
\ No newline at end of file +git reset --hard __testing_point__ +git submodule update --init --recursive
\ No newline at end of file |
