remove continue on error now that tests are good
This commit is contained in:
parent
2eb44f4043
commit
3343be2c56
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ fi
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
|
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
|
||||||
--docker "${image}" --continue-on-error
|
--docker "${image}"
|
||||||
|
|
Loading…
Reference in a new issue