ci: make cdbg deploy errors easier to spot (#3168)

Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
This commit is contained in:
Markus Rudy 2024-06-14 13:31:42 +02:00 committed by GitHub
parent 63dc0c79af
commit 566137e7ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,4 +112,8 @@ runs:
--info logcollect.deployment-type="debugd" \
--verbosity=-1 \
--force
if [[ $? -ne 0 ]]; then
echo "::error::cdbg deploy failed"
exit 1
fi
echo "::endgroup::"