Make docs-build sanity test disabled by default.

This commit is contained in:
Matt Clay
2018-05-09 16:47:24 -07:00
parent ad5fdf5eb7
commit a7d7df1450
5 changed files with 32 additions and 14 deletions

View File

@@ -23,4 +23,4 @@ esac
# shellcheck disable=SC2086
ansible-test sanity --color -v --junit ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
--docker --docker-keep-git --base-branch "${base_branch}" \
"${options[@]}"
"${options[@]}" --allow-disabled