From 0de1b5739827ae885f85aa92c3d8dec7da77bc80 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 20 Aug 2019 17:19:20 +0200 Subject: [PATCH] Fix docs promote publishing We need short_name - to publish to cloudkitty and not to openstack/cloudkitty. Change-Id: I1171bcec2ea3b1c3296106b63dd17ab8ad947fb0 --- zuul.d/secrets.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zuul.d/secrets.yaml b/zuul.d/secrets.yaml index 9f7364ac72..cc75f725eb 100644 --- a/zuul.d/secrets.yaml +++ b/zuul.d/secrets.yaml @@ -56,9 +56,9 @@ path: /afs/.openstack.org/docs # TODO(pabelanger): Update AFS credentials to say zuul-executor. service_name: service/zuul-launcher@OPENSTACK.ORG - docs_master_path: "/afs/.openstack.org/docs/{{ zuul.project.name }}/latest" - docs_branch_path: "/afs/.openstack.org/docs/{{ zuul.project.name }}/{{ zuul.branch | default('_error') }}" - docs_tag_path: "/afs/.openstack.org/docs/{{ zuul.project.name }}/{{ zuul.tag | default('_error') }}" + docs_master_path: "/afs/.openstack.org/docs/{{ zuul.project.short_name }}/latest" + docs_branch_path: "/afs/.openstack.org/docs/{{ zuul.project.short_name }}/{{ zuul.branch | default('_error') }}" + docs_tag_path: "/afs/.openstack.org/docs/{{ zuul.project.short_name }}/{{ zuul.tag | default('_error') }}" - secret: # Same secret as afsdocs_secret but different data for publishing to