copr-be: set pipefail in vm-aws-new

... to not ignore ansible playbook failure, and to actually terminate
the instance if the playbook fails.
This commit is contained in:
Pavel Raiskup 2020-05-26 18:02:37 +02:00
parent e273d8d1cc
commit 8aec21a6d9

View file

@ -1,6 +1,7 @@
#! /usr/bin/bash
set -e
set -o pipefail
delete_script=$(readlink -f "$(dirname "$0")")/vm-aws-delete