mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
changed git add command
This commit is contained in:
parent
a0ae472485
commit
192fa27485
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ stages:
|
|||
git checkout -b master
|
||||
|
||||
Write-Host "Performing Git Add"
|
||||
git add .
|
||||
git add -A
|
||||
|
||||
Write-Host "Performing Git Commit"
|
||||
if ('${{parameters.DeploymentType}}' -eq 'Beta') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue