Don't always upload under opendev/ tenant
The path coded here is wrong; currently this uploads zuul tarballs to
/afs/.openstack.org/project/tarballs.opendev.org/opendev/zuul/zuul
where this should go into "...tarballs.opendev.org/zuul/zuul";
i.e. the tenant should be the top-level directory.
Note this is the same path used by project-config [1] which most
projects are using to publish. So really, the only thing that has
incorrectly published here is opendev/zuul/*
[1] 405721a0c5/playbooks/publish/openstack-artifacts.yaml
Change-Id: I82b254f36e5166bfbe76644a81cc3aea71dcf793
This commit is contained in:
parent
47840d4935
commit
e14b5069a0
@ -34,7 +34,7 @@
|
||||
BLNr7dnEAAz+yGqLLDYzAiV6IOVDuFutSK35YWisEu0QZDIyP9TOzh17+49tIbWyPZFiw
|
||||
Gj8RrLn2EwsAQSXSYIGv2F0gjHKPugg8bFKS2E9rEnRGFEIutel6hnI9mlCUfU=
|
||||
service_name: service/opendev-zuul@OPENSTACK.ORG
|
||||
artifacts_path: "/afs/.openstack.org/project/tarballs.opendev.org/opendev/{{ zuul.project.name }}"
|
||||
artifacts_path: "/afs/.openstack.org/project/tarballs.opendev.org/{{ zuul.project.name }}"
|
||||
|
||||
- secret:
|
||||
name: opendev-pypi
|
||||
|
Loading…
x
Reference in New Issue
Block a user