Skip to content

Commit 01bdfc6

Browse files
committed
Missed conflict.
1 parent e034149 commit 01bdfc6

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,12 @@ before_install:
7777

7878
script:
7979
# Test 1
80-
<<<<<<< HEAD
81-
- sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}
82-
# Idempotence test
8380
- >
8481
sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}
85-
| grep -q 'changed=0.*failed=0'
86-
=======
87-
- >
88-
sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION}
89-
-e image_name=${DISTRIBUTION}:${DIST_VERSION}
9082
# Idempotence test
9183
- >
92-
sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION}
93-
-e image_name=${DISTRIBUTION}:${DIST_VERSION} | grep -q 'changed=0.*failed=0'
94-
>>>>>>> 9ba2bbc86a637ae1250cab42ce4f1192f6979fb6
84+
sudo ansible-playbook -i tests/hosts tests/site.yml -e target=mongo1 -e mongodb_version=${MONGODB_VERSION} -e image_name=${DISTRIBUTION}:${DIST_VERSION}
85+
| grep -q 'changed=0.*failed=0'
9586
&& (echo 'Idempotence test: pass' && exit 0)
9687
|| (echo 'Idempotence test: fail' && exit 1)
9788

0 commit comments

Comments
 (0)