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
791b180efa
commit
168bfd4c8a
1 changed files with 3 additions and 1 deletions
|
|
@ -71,10 +71,12 @@ stages:
|
|||
git config --global user.name "${{parameters.GitUsername}}"
|
||||
|
||||
Write-Host "Setting up the configuration"
|
||||
git config pull.rebase false
|
||||
#git config pull.rebase false
|
||||
|
||||
Write-Host "Performing Git Checkout"
|
||||
git checkout -b master
|
||||
|
||||
Write-Host "Performing Git Branch"
|
||||
git branch --set-upstream-to=origin/master master
|
||||
|
||||
Write-Host "Performing a Git Pull"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue