Skip to content
Snippets Groups Projects
Unverified Commit b5f37eb8 authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Disable check-for-changes on Ubuntu

The script is reporting incorrectly and giving build failures
parent bcc09396
No related branches found
No related tags found
No related merge requests found
......@@ -87,16 +87,16 @@ if [[ ${PRBUILD} == true ]]; then
# ubuntu does docs testing
if [[ ${ON_UBUNTU} == true ]]; then
DO_DOCTESTS_USER=true
if ${SCRIPT_DIR}/check_for_changes dev-docs-only; then
DO_BUILD_CODE=false
DO_UNITTESTS=false
DO_DOCTESTS_USER=false
DO_BUILD_DEVDOCS=true
fi
if ${SCRIPT_DIR}/check_for_changes user-docs-only; then
DO_BUILD_CODE=true # make sure code is up to date on this node
DO_UNITTESTS=false
fi
# if ${SCRIPT_DIR}/check_for_changes dev-docs-only; then
# DO_BUILD_CODE=false
# DO_UNITTESTS=false
# DO_DOCTESTS_USER=false
# DO_BUILD_DEVDOCS=true
# fi
# if ${SCRIPT_DIR}/check_for_changes user-docs-only; then
# DO_BUILD_CODE=true # make sure code is up to date on this node
# DO_UNITTESTS=false
# fi
fi
# rhel does system testing
if [[ ${ON_RHEL7} == true ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment