From 4b6ca7642c50db82153496cdcb249f81d22393c7 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 9 Apr 2019 17:49:11 +0000 Subject: [PATCH] Override javascript_content_dir in build job In change Ia8bf1dc99ee18d31a6d269b243eade71fe519b7d grunt was changed to start assembling JS content in a directory named "build" instead of "dist" but the build-javascript-content expected to find these files in wherever javascript_content_dir said (and it defaulted to "dist"). Explicitly set the variable in our local variant so our client draft builds will start containing files again. Change-Id: Ibcf042612791a8443701234899b59b43b7f8e104 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index e67f97ab..1b336659 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -36,6 +36,7 @@ - storyboard-webclient-nodejs-npm8-run-test-integration - build-javascript-content: vars: + javascript_content_dir: build npm_command: draft node_version: 8 gate: @@ -48,6 +49,7 @@ - storyboard-webclient-nodejs-npm8-run-test-integration - build-javascript-content: vars: + javascript_content_dir: build npm_command: draft node_version: 8 post: