minor fix
This commit is contained in:
@@ -21,15 +21,15 @@ $existingProjects = 0
|
||||
#conteggio progetti trovati
|
||||
$protectedProjects = 0
|
||||
#abilita o disabilita la cancellazione della protezione (1=cancella, 0=toca negot)
|
||||
$deleteProtection = 0
|
||||
$deleteProtection = 1
|
||||
#nome file di log
|
||||
$logFile = "GitlabProtectedBranches.log"
|
||||
|
||||
#specifica quale installazione di gitlab va controllata
|
||||
#$gitlabIstance = $destinationNembro
|
||||
#$head = $nembroHead
|
||||
$gitlabIstance = $destinationAzzano
|
||||
$head = $azzanoHead
|
||||
$gitlabIstance = $destinationNembro
|
||||
$head = $nembroHead
|
||||
#$gitlabIstance = $destinationAzzano
|
||||
#$head = $azzanoHead
|
||||
|
||||
#creazione folder di Log se non già esistente
|
||||
if (Test-Path $logFolder) {
|
||||
|
||||
Reference in New Issue
Block a user