Update .gitlab-ci.yml file
This commit is contained in:
@ -33,6 +33,7 @@ build-job: # This job runs in the build stage, which runs first.
|
|||||||
- apt-get update && apt-get install -y powershell
|
- apt-get update && apt-get install -y powershell
|
||||||
- pwsh -Command {Install-Module ps2exe -Confirm:$False -Force}
|
- pwsh -Command {Install-Module ps2exe -Confirm:$False -Force}
|
||||||
- pwsh -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}
|
- pwsh -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}
|
||||||
|
- ls .
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
access: all
|
access: all
|
||||||
|
|||||||
Reference in New Issue
Block a user