Recurse submodules when pulling

This commit is contained in:
Steve Streeting 2020-08-04 16:02:02 +01:00
parent e48cd86dcf
commit e670d33c44

View File

@ -71,7 +71,7 @@ try {
# Use rebase pull to keep simpler
Write-Output "Pulling latest from Git..."
git pull --rebase
git pull --rebase --recurse-submodules
if ($LASTEXITCODE -ne 0) {
Write-Output "ERROR: git pull failed!"
exit 5