Explorar el Código

changed dev = false

master
Daniel Covington hace 2 semanas
padre
commit
d51f84c4de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      CiCd/Tracking_CICD.ps1

+ 1
- 1
CiCd/Tracking_CICD.ps1 Ver fichero

@@ -439,7 +439,7 @@ function Clone-Repo
Write-Host "Updating ImportService.vbs..."
$ImportServiceScript = Get-Content -Path $ImportServicePath -Raw
$updatedImportServiceScript = $ImportServiceScript -replace 'Dim dev:dev = "local"', 'Dim dev:dev = "prod"'
$updatedImportServiceScript = $ImportServiceScript -replace 'Dim dev:dev = "local"', 'Dim dev:dev = false'
$updatedImportServiceScript | Set-Content -Path $ImportServicePath -Force
Write-Host "Repository cloned and configured successfully."


Cargando…
Cancelar
Guardar

Powered by TurnKey Linux.