We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aceab46 commit 317e8cdCopy full SHA for 317e8cd
tests/scripts/test.sh
@@ -2,14 +2,13 @@
2
# -*- mode: sh; -*-
3
4
# File: test.sh
5
-# Time-stamp: <2018-02-15 15:53:53>
+# Time-stamp: <2018-02-15 17:02:22>
6
# Copyright (C) 2018 Sergei Antipov
7
# Description:
8
9
# set -o xtrace
10
set -o nounset
11
set -o errexit
12
-set -o pipefail
13
14
# Test 1
15
ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}
0 commit comments