fix stackviz publishing
Move setting of npm_command from playbook to job so that it can be overriden for stackviz. Change-Id: I4992584cb88ba715ddc7727bba65b7e853a6c7f5
This commit is contained in:
parent
d2ed9a0df7
commit
aafb5cbee7
@ -1,4 +1,3 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: npm
|
- role: npm
|
||||||
npm_command: build
|
|
||||||
|
@ -783,6 +783,8 @@
|
|||||||
pre-run: playbooks/javascript/pre.yaml
|
pre-run: playbooks/javascript/pre.yaml
|
||||||
run: playbooks/javascript/content.yaml
|
run: playbooks/javascript/content.yaml
|
||||||
post-run: playbooks/javascript/publish.yaml
|
post-run: playbooks/javascript/publish.yaml
|
||||||
|
vars:
|
||||||
|
npm_command: build
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: publish-openstack-javascript-latest-content
|
name: publish-openstack-javascript-latest-content
|
||||||
|
Loading…
Reference in New Issue
Block a user