mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline file changes
This commit is contained in:
parent
8770c4b4e0
commit
1ab47d2f06
1 changed files with 6 additions and 3 deletions
|
|
@ -76,10 +76,13 @@ stages:
|
|||
Write-Host "Performing Git Checkout"
|
||||
git checkout -b master
|
||||
|
||||
Write-Host "Performing Git Fetch"
|
||||
git fetch
|
||||
|
||||
Write-Host "Performing Git Branch"
|
||||
git branch --set-upstream-to=origin/master master
|
||||
|
||||
Write-Host "Performing a Git Pull"
|
||||
Write-Host "Performing Git Pull"
|
||||
git pull --force
|
||||
pwsh: true
|
||||
workingDirectory: '$(Build.SourcesDirectory)'
|
||||
|
|
@ -141,8 +144,8 @@ stages:
|
|||
git config --global user.email "${{parameters.GitEmail}}"
|
||||
git config --global user.name "${{parameters.GitUsername}}"
|
||||
|
||||
Write-Host "Setting up the configuration"
|
||||
git config pull.rebase false
|
||||
#Write-Host "Setting up the configuration"
|
||||
#git config pull.rebase false
|
||||
|
||||
#Write-Host "Performing Git Checkout"
|
||||
#git checkout -b master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue