From 640ea59135de6f4fa03b38006e5f6477ea81f222 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 16 Dec 2017 08:53:47 -0600 Subject: [PATCH] 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 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index f8678800..690e1634 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -32,8 +32,15 @@ - nodejs-npm4-run-test-unit - nodejs-npm4-run-test-functional - nodejs-npm4-run-test-integration + - build-javascript-content: + vars: + npm_command: draft + gate: jobs: - nodejs-npm4-run-test-unit - nodejs-npm4-run-test-functional - nodejs-npm4-run-test-integration + - build-javascript-content: + vars: + npm_command: draft