mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
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:
parent
63dc0c79af
commit
566137e7ab
4
.github/actions/cdbg_deploy/action.yml
vendored
4
.github/actions/cdbg_deploy/action.yml
vendored
@ -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::"
|
||||
|
Loading…
Reference in New Issue
Block a user