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:
parent
aff442e896
commit
6d13ee475d
@ -46,6 +46,6 @@
|
|||||||
zuul:
|
zuul:
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: "python_wheel"
|
- name: "python_wheel"
|
||||||
url: "{{ item.path | basename }}"
|
url: "artifacts/{{ item.path | basename }}"
|
||||||
metadata:
|
metadata:
|
||||||
type: python_wheel
|
type: python_wheel
|
||||||
|
@ -51,6 +51,6 @@
|
|||||||
zuul:
|
zuul:
|
||||||
artifacts:
|
artifacts:
|
||||||
- name: javascript_content
|
- name: javascript_content
|
||||||
url: "{{ item.path | basename }}"
|
url: "artifacts/{{ item.path | basename }}"
|
||||||
metadata:
|
metadata:
|
||||||
type: javascript_content
|
type: javascript_content
|
||||||
|
Loading…
Reference in New Issue
Block a user