Update .gitlab-ci.yml file
This commit is contained in:
@ -26,7 +26,7 @@ prep-job: # This job runs in the build stage, which runs first.
|
||||
stage: build
|
||||
script:
|
||||
- powershell -Command {Install-Module ps2exe -Confirm:$False -Force}
|
||||
- powershell -Command {ps2exe .\laps.ps1 -requireAdmin -noOutput -noError -title "LAPS" -description "Outil pour récupérer un mot de passe LAPS dans un Active Directory" -Company "Académie Nancy-Metz" -noconsole}
|
||||
- powershell -Command {ps2exe ./laps.ps1 -requireAdmin -noOutput -noError -title "LAPS" -description "Outil pour récupérer un mot de passe LAPS dans un Active Directory" -Company "Académie Nancy-Metz" -noconsole}
|
||||
|
||||
artifacts:
|
||||
when: on_success
|
||||
|
||||
Reference in New Issue
Block a user