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
aaab096ba8
commit
ed246429a6
1 changed files with 1 additions and 7 deletions
|
|
@ -110,12 +110,6 @@ 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 "Performing a Git Checkout"
|
||||
git checkout master
|
||||
|
||||
Write-Host "Performing Git Add"
|
||||
git add .
|
||||
|
||||
|
|
@ -129,7 +123,7 @@ stages:
|
|||
}
|
||||
|
||||
Write-Host "Performing Git Push"
|
||||
git push --porcelain --force
|
||||
git push --set-upstream origin master --porcelain --force
|
||||
pwsh: true
|
||||
workingDirectory: '$(Build.SourcesDirectory)'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue