Migrate js-draft job to be zuul v3 native
Use the build-javascript-content job instead. The job uses "npm build", update to use "npm draft". Depends-On: I9b96656aa5f225e4b069a78442cf0159cadc9009 Change-Id: Ie418b3fc4f5903fdc0ed0f1f8683e30ccfb640cf
This commit is contained in:
parent
9eda525da3
commit
640ea59135
@ -32,8 +32,15 @@
|
|||||||
- nodejs-npm4-run-test-unit
|
- nodejs-npm4-run-test-unit
|
||||||
- nodejs-npm4-run-test-functional
|
- nodejs-npm4-run-test-functional
|
||||||
- nodejs-npm4-run-test-integration
|
- nodejs-npm4-run-test-integration
|
||||||
|
- build-javascript-content:
|
||||||
|
vars:
|
||||||
|
npm_command: draft
|
||||||
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- nodejs-npm4-run-test-unit
|
- nodejs-npm4-run-test-unit
|
||||||
- nodejs-npm4-run-test-functional
|
- nodejs-npm4-run-test-functional
|
||||||
- nodejs-npm4-run-test-integration
|
- nodejs-npm4-run-test-integration
|
||||||
|
- build-javascript-content:
|
||||||
|
vars:
|
||||||
|
npm_command: draft
|
||||||
|
Loading…
Reference in New Issue
Block a user