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:
parent
e273d8d1cc
commit
8aec21a6d9
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#! /usr/bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
delete_script=$(readlink -f "$(dirname "$0")")/vm-aws-delete
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue