project-config/playbooks/zuul-tarball/pre.yaml
Paul Belanger e8b60cf06c Set yarn_lock_file_path for zuul-tarball jobs
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>
2018-11-28 10:28:26 -05:00

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