remove continue on error now that tests are good

This commit is contained in:
Jordan Borean 2018-12-10 08:37:27 +10:00 committed by Toshio Kuratomi
parent 2eb44f4043
commit 3343be2c56

View file

@ -15,4 +15,4 @@ fi
# shellcheck disable=SC2086
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
--docker "${image}" --continue-on-error
--docker "${image}"