deploy pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-28 15:45:31 +10:00
parent 9ae3f09435
commit 791b180efa

View file

@ -75,6 +75,7 @@ stages:
Write-Host "Performing Git Checkout"
git checkout -b master
git branch --set-upstream-to=origin/master master
Write-Host "Performing a Git Pull"
git pull --force