summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-07-09 16:44:53 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-07-09 16:44:53 +0200
commitb4e82eafe36c9323ca3ba4be4c73e838ce32b9f3 (patch)
treefe349968b6dd843324c69a763abc0d1e16f19709 /.zuul.yaml
parent141347e0820cc1340dddbf6168fb183c83e313ba (diff)
downloadzuul-b4e82eafe36c9323ca3ba4be4c73e838ce32b9f3.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 2f938c753..eb81c4ddd 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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