Fix nodejs docs template
Really run the docs job and remove an extra line. Change-Id: Ic5b50244e7897e123de1c00bdf83b628cfe33b09
This commit is contained in:
parent
ae8af0c891
commit
940b617f48
@ -749,13 +749,12 @@
|
||||
Run docs jobs using Node 4.
|
||||
check:
|
||||
jobs:
|
||||
- nodejs-npm-run-lint:
|
||||
- nodejs-npm-run-docs:
|
||||
vars:
|
||||
node_version: 4
|
||||
- build-openstack-sphinx-docs
|
||||
gate:
|
||||
jobs:
|
||||
- nodejs-npm-run-lint:
|
||||
- nodejs-npm-run-docs:
|
||||
vars:
|
||||
node_version: 4
|
||||
|
||||
@ -765,11 +764,11 @@
|
||||
Run docs jobs using Node 6.
|
||||
check:
|
||||
jobs:
|
||||
- nodejs-npm-run-lint:
|
||||
- nodejs-npm-run-docs:
|
||||
vars:
|
||||
node_version: 6
|
||||
gate:
|
||||
jobs:
|
||||
- nodejs-npm-run-lint:
|
||||
- nodejs-npm-run-docs:
|
||||
vars:
|
||||
node_version: 6
|
||||
|
Loading…
x
Reference in New Issue
Block a user