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:
Paul Belanger 2018-11-28 10:27:39 -05:00
parent 4ce324a9a3
commit e8b60cf06c
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@
roles:
- bindep
- install-nodejs
- install-yarn
- role: install-yarn
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"
- revoke-sudo