From 2fd83fe8dcbbc47423d89bc526c212ce1be4507f Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 29 Jun 2022 13:51:01 +0200 Subject: [PATCH] add debug output --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 04e1b20..f5c777a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -93,3 +93,11 @@ steps: Invoke-InstallDependencies; Invoke-UnitTest -Verbosity 'Detailed' -ErrorAction 'Stop' }" + + - name: FinalState + image: mcr.microsoft.com/powershell:lts-7.2-ubuntu-focal + commands: + - | + pwsh -NonInteractive -c "& { + Write-Verbose -Message ('Failed Steps: {0}' -f $Env:DRONE_FAILED_STEPS) + }"