add submodule
This commit is contained in:
parent
9d03fd9d44
commit
ed81e7c746
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "CoreProtect"]
|
||||||
|
path = CoreProtect
|
||||||
|
url = https://github.com/PlayPro/CoreProtect
|
1
CoreProtect
Submodule
1
CoreProtect
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 888df067f9693893593d40605ee536513dc00005
|
|
@ -3,5 +3,5 @@
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
git submodule foreach --recursive git fetch --all
|
git submodule foreach --recursive git fetch --all
|
||||||
git submodule foreach git reset --hard origin/main
|
git submodule foreach git reset --hard origin/master
|
||||||
git diff-index --quiet HEAD || git commit -am 'Automatic update submodule'
|
git diff-index --quiet HEAD || git commit -am 'Automatic update submodule'
|
||||||
|
|
Loading…
Add table
Reference in a new issue