Fix upload to not have a redundant directory
The existing config creates a bad URL: http://tarballs.openstack.org/ironic-python-agent/coreos/ ipa-coreos.tar.gz/ipa-coreos.tar.gz -- this is an attempt to prevent duplicating the ipa-coreos.tar.gz. Change-Id: I7f17874aaa74e83a46cd821ac409cf4e045e128d
This commit is contained in:
parent
b2a5702f9a
commit
61810813b8
@ -15,7 +15,7 @@
|
|||||||
site: 'tarballs.openstack.org'
|
site: 'tarballs.openstack.org'
|
||||||
files:
|
files:
|
||||||
- source: 'ipa-coreos.tar.gz'
|
- source: 'ipa-coreos.tar.gz'
|
||||||
target: 'tarballs/ironic-python-agent/coreos/ipa-coreos.tar.gz'
|
target: 'tarballs/ironic-python-agent/coreos'
|
||||||
keep-hierarchy: false
|
keep-hierarchy: false
|
||||||
copy-after-failure: false
|
copy-after-failure: false
|
||||||
- console-log
|
- console-log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user