remove continue on error now that tests are good

pull/49738/head
Jordan Borean 7 years ago committed by Toshio Kuratomi
parent 2eb44f4043
commit 3343be2c56

@ -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}"

Loading…
Cancel
Save