mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file update
This commit is contained in:
parent
ed246429a6
commit
eb66b63ed4
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ stages:
|
||||||
git config --global user.email "${{parameters.GitEmail}}"
|
git config --global user.email "${{parameters.GitEmail}}"
|
||||||
git config --global user.name "${{parameters.GitUsername}}"
|
git config --global user.name "${{parameters.GitUsername}}"
|
||||||
|
|
||||||
|
Write-Host "Performing Git Checkout"
|
||||||
|
git checkout -b master
|
||||||
|
|
||||||
Write-Host "Performing Git Add"
|
Write-Host "Performing Git Add"
|
||||||
git add .
|
git add .
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue