From 5353e473e2b104120e475a9a2d57f60d6bec4f22 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 29 Jun 2022 13:53:19 +0200 Subject: [PATCH] wip --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f5c777a..d04d4d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,5 +99,6 @@ steps: commands: - | pwsh -NonInteractive -c "& { - Write-Verbose -Message ('Failed Steps: {0}' -f $Env:DRONE_FAILED_STEPS) + Import-Module './tools/DroneIO.psm1'; + Invoke-ShowEnv -Verbose }"