text output fix in synapse git integration
This commit is contained in:
Родитель
1582f91f30
Коммит
1674ab30c1
|
@ -175,7 +175,7 @@ if ($tout.synapse_git_email_address -ne "") {
|
||||||
}
|
}
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
Write-Host ("Committing to " + $tout.adf_git_repository_name + "/" + $tout.adf_git_repository_branch_name)
|
Write-Host ("Committing to " + $tout.synapse_git_repository_name + "/" + $tout.synapse_git_repository_branch_name)
|
||||||
git commit -m "Deployment commit" --quiet
|
git commit -m "Deployment commit" --quiet
|
||||||
if ($tout.synapse_git_use_pat) {
|
if ($tout.synapse_git_use_pat) {
|
||||||
$B64Pat = [Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("$($tout.synapse_git_pat)"))
|
$B64Pat = [Convert]::ToBase64String([System.Text.Encoding]::UTF8.GetBytes("$($tout.synapse_git_pat)"))
|
||||||
|
|
Загрузка…
Ссылка в новой задаче