Install yarn before building python artifacts
We need it installed so that the javascript gets built. Change-Id: I909ea8af5cc11e6109f6258e2294ef7593d06881
This commit is contained in:
5
playbooks/release/pre.yaml
Normal file
5
playbooks/release/pre.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- install-nodejs
|
||||
- role: install-yarn
|
||||
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"
|
||||
Reference in New Issue
Block a user