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
This commit is contained in:
parent
d77e153a95
commit
4b6ca7642c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user