e8b60cf06c
We need to override the path to our yarn.lock file, as we don't have it in the top-level directory for zuul. Change-Id: I356056ef488a77288378e8348468e5ec68ccfe39 Depends-On: https://review.openstack.org/620628 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
8 lines
169 B
YAML
8 lines
169 B
YAML
- hosts: all
|
|
roles:
|
|
- bindep
|
|
- install-nodejs
|
|
- role: install-yarn
|
|
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"
|
|
- revoke-sudo
|