Skip to content

devdocs deployment broken #1316

@orbeckst

Description

@orbeckst

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions