Fix dashboard preview after keep file removal

In the dashboard jobs we don't need to generate the html to
zuul/web/static. Since this got forgotten during the keep file removal
just take the content from the build dir as we don't need to generate
it to zuul/web/static for the preview.

Change-Id: I271a0ec17f2c620bd8aacab01e193d2d933b139e
This commit is contained in:
Tobias Henkel 2020-07-09 16:44:53 +02:00
parent 141347e082
commit b4e82eafe3
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
- web/.*
- playbooks/dashboard/.*
vars:
javascript_content_dir: "../zuul/web/static"
javascript_content_dir: "build"
zuul_work_dir: "{{ zuul.project.src_dir }}/web"
create_tarball_directory: build
run: playbooks/dashboard/run.yaml