update
This commit is contained in:
@@ -26,6 +26,9 @@ if (-not (Test-Path $TokenFile)) {
|
|||||||
}
|
}
|
||||||
$token = (Get-Content $TokenFile -Raw).Trim()
|
$token = (Get-Content $TokenFile -Raw).Trim()
|
||||||
|
|
||||||
|
# Safe directory (necesar cand ruleaza ca SYSTEM)
|
||||||
|
git config --global --add safe.directory $RepoPath 2>$null
|
||||||
|
|
||||||
# Fetch remote
|
# Fetch remote
|
||||||
Set-Location $RepoPath
|
Set-Location $RepoPath
|
||||||
$fetchUrl = "https://gomag-vending:$token@gitea.romfast.ro/romfast/gomag-vending.git"
|
$fetchUrl = "https://gomag-vending:$token@gitea.romfast.ro/romfast/gomag-vending.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user