Fix publish path for api-jobs

The target_dir was wrong, adjust it.

Change-Id: I0118ff1235ab7fc0ea667b3d9ec228b145709d8a
This commit is contained in:
Andreas Jaeger 2019-08-20 19:13:16 +02:00
parent 0de1b57398
commit 291489176c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
- name: Set target directory
when: "zuul.branch == 'master'"
set_fact:
target_dir: "/afs/.openstack.org/project/opendev.org/docs/{{ api_path }}/{{ service_type_data.service_type }}/"
target_dir: "/afs/.openstack.org/docs/{{ api_path }}/{{ service_type_data.service_type }}/"
- name: Set target directory
when: "zuul.branch != 'master'"
fail: