Do not error if pipe failed

This commit is contained in:
Sergei Antipov 2018-02-15 17:02:30 +07:00
parent aceab46912
commit 317e8cd9ff
1 changed files with 1 additions and 2 deletions

View File

@ -2,14 +2,13 @@
# -*- mode: sh; -*-
# File: test.sh
# Time-stamp: <2018-02-15 15:53:53>
# Time-stamp: <2018-02-15 17:02:22>
# Copyright (C) 2018 Sergei Antipov
# Description:
# set -o xtrace
set -o nounset
set -o errexit
set -o pipefail
# Test 1
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}