Correct artifact return url for python/js

The recent change to return the artifact URLs for python/js builds
omitted the artifacts/ directory from the URL.

Change-Id: If86749533e73dbfd17317acba22dbd05dff34abb
This commit is contained in:
James E. Blair 2019-06-10 13:41:52 -07:00
parent aff442e896
commit 6d13ee475d
2 changed files with 2 additions and 2 deletions

View File

@ -46,6 +46,6 @@
zuul:
artifacts:
- name: "python_wheel"
url: "{{ item.path | basename }}"
url: "artifacts/{{ item.path | basename }}"
metadata:
type: python_wheel

View File

@ -51,6 +51,6 @@
zuul:
artifacts:
- name: javascript_content
url: "{{ item.path | basename }}"
url: "artifacts/{{ item.path | basename }}"
metadata:
type: javascript_content