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
04c6730cce
commit
95a4a030f2
1 changed files with 6 additions and 0 deletions
|
|
@ -110,6 +110,12 @@ 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 .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue