-
Notifications
You must be signed in to change notification settings - Fork 823
Closed
Description
Deploying devdocs appears to have been broken around April 4, 2017.
Looking at the docs travis task eg in https://travis-ci.org/MDAnalysis/mdanalysis/jobs/222937777 it seems that the deploy script is never being called:
if test ${TRAVIS_PULL_REQUEST} == "false" && \ test ${TRAVIS_BRANCH} == ${GH_DOC_BRANCH} && \ test "${BUILD_DOCS}" == "true"; then bash ${TRAVIS_BUILD_DIR}/maintainer/deploy_docs.sh; fi
/home/travis/.travis/job_stages: line 53: test: command not found
See also #1315
Reactions are currently unavailable