Move the post job in-tree
Its convenient to have jobs defined in-tree where possible, so the post job is moved into .zuul.yaml from project-config. The only jobs remaining in project-config are the tag-based release job, and the legacy experimental integration test jobs. Needed-By: Idbe32ec873b9838043620139ce89d2b2f6ec5d47 Change-Id: I9c6bc7cecbe3ff70153be5d0da4c6996dafd9732
This commit is contained in:
parent
3f94f2fe85
commit
acb4a1cc8c
@ -50,3 +50,6 @@
|
|||||||
vars:
|
vars:
|
||||||
npm_command: draft
|
npm_command: draft
|
||||||
node_version: 8
|
node_version: 8
|
||||||
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-openstack-javascript-content
|
||||||
|
Loading…
Reference in New Issue
Block a user