mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
ensure to git reset checkout on all submodules as well
This commit is contained in:
@@ -9,6 +9,7 @@ $meteorBat = Join-Path $dirCheckout 'meteor.bat'
|
||||
|
||||
Write-Host "Resetting git checkout..." -ForegroundColor Magenta
|
||||
& git.exe -C "$dirCheckout" reset --hard
|
||||
& git.exe -C "$dirCheckout" submodule foreach --recursive 'git reset --hard'
|
||||
|
||||
Write-Host "Updating submodules recursively..." -ForegroundColor Magenta
|
||||
# Appveyor suggests -q flag for 'git submodule...' https://goo.gl/4TFAHm
|
||||
|
||||
Reference in New Issue
Block a user