Go back to standard stash, is safe after all

This commit is contained in:
Steve Streeting 2020-08-06 17:13:15 +01:00
parent 537c4e0618
commit 10c136fc67
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 6a88a95ffd4ea6cb4f9eaa7b8f8dd33d23959b0b
Subproject commit 314d74f405b52327e2c7120312b69768dcc399fc

View File

@ -61,8 +61,7 @@ try {
Write-Output "Changes present, would have run 'git stash push'"
} else {
Write-Output "Working copy has changes, saving them in stash"
# Use our "LFS safe"
&"$PSScriptRoot/GitScripts/git-lfs-safe-stash.ps1" push -q -m "Saved changes during Get Latest"
git stash push -q -m "Saved changes during Get Latest"
if ($LASTEXITCODE -ne 0) {
Write-Output "ERROR: git stash push failed, aborting"
exit 5