diff --git a/ApiGit/CheckGitlabProtectedBranches.ps1 b/ApiGit/CheckGitlabProtectedBranches.ps1 index 6b6422f..a15b7b6 100644 --- a/ApiGit/CheckGitlabProtectedBranches.ps1 +++ b/ApiGit/CheckGitlabProtectedBranches.ps1 @@ -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) {