From adda444af02b0074da49a44879f51c18a72d78c8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 23 Jan 2024 16:27:51 -0800 Subject: [PATCH] Flow javascript_content_dir in to the playbook We set a job variable to indicate where the site is generated. Maybe let's use it? Change-Id: I59441c6e4b431a394cec61e984bddc447bbdb572 --- playbooks/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/publish.yaml b/playbooks/publish.yaml index 4a2505a..b03fccf 100644 --- a/playbooks/publish.yaml +++ b/playbooks/publish.yaml @@ -4,7 +4,7 @@ - name: Pull contents back synchronize: mode: pull - src: "/home/zuul/src/opendev.org/inaugust/inaugust.com/dist/" + src: "/home/zuul/src/opendev.org/inaugust/inaugust.com/{{ javascript_content_dir }}/" dest: "{{ zuul.executor.work_root }}/dist/" - hosts: localhost