From 91a3e0372e5ae41eb7112c562ecfb6c3cf7b2766 Mon Sep 17 00:00:00 2001 From: "J. Secula" Date: Thu, 5 Jun 2025 10:11:40 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd5c89a..4af7366 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ build-job: # This job runs in the build stage, which runs first. - apt-get update && apt-get install -y powershell - 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} + - ls . artifacts: when: on_success access: all