mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Recurse submodules when pulling
This commit is contained in:
parent
e48cd86dcf
commit
e670d33c44
@ -71,7 +71,7 @@ try {
|
|||||||
|
|
||||||
# Use rebase pull to keep simpler
|
# Use rebase pull to keep simpler
|
||||||
Write-Output "Pulling latest from Git..."
|
Write-Output "Pulling latest from Git..."
|
||||||
git pull --rebase
|
git pull --rebase --recurse-submodules
|
||||||
if ($LASTEXITCODE -ne 0) {
|
if ($LASTEXITCODE -ne 0) {
|
||||||
Write-Output "ERROR: git pull failed!"
|
Write-Output "ERROR: git pull failed!"
|
||||||
exit 5
|
exit 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user