Change-Id: I65b78a6772288f22db6cd0e0bcd2b10661acc02d
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
- 'docs-verify-rtd-{stream}'
stream:
- - danube:
+ - master:
branch: 'master'
- - colorado:
- branch: 'stable/colorado'
project: 'opnfvdocs'
rtdproject: 'opnfv'
builders:
- shell: |
if [ "$GERRIT_PROJECT" != "opnfvdocs" ]; then
- cd opnfvdocs/submodules/$GERRIT_PROJECT
+ cd opnfvdocs/docs/submodules/$GERRIT_PROJECT
git fetch origin $GERRIT_REFSPEC && git checkout FETCH_HEAD
else
git fetch origin $GERRIT_REFSPEC && git checkout FETCH_HEAD
pip install --upgrade pip
pip freeze
pip install tox
- tox -edocs
\ No newline at end of file
+ tox -edocs