copr-be: more verbose vm-aws-new output

And ignore failures in signal handler.
This commit is contained in:
Pavel Raiskup 2020-06-19 08:41:20 +02:00
parent f2a1a3f203
commit 5ff7d1ef1c

View file

@ -24,6 +24,8 @@ EOHELP
test -z "$1" || exit "$1"
}
set -x
# handle no arguments
test $# -eq 0 && show_help 1
@ -64,7 +66,7 @@ cleanup_actions()
if $cleanup_vm; then
# it is safe to ask for removal of non-existeng VM (in case the playbook
# below was shut-down before the VM was even created)
$delete_script
$delete_script || :
exit 1
fi
}