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>
This commit is contained in:
parent
4ce324a9a3
commit
e8b60cf06c
@ -2,5 +2,6 @@
|
|||||||
roles:
|
roles:
|
||||||
- bindep
|
- bindep
|
||||||
- install-nodejs
|
- install-nodejs
|
||||||
- install-yarn
|
- role: install-yarn
|
||||||
|
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user