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'
|
||||
files:
|
||||
- source: 'ipa-coreos.tar.gz'
|
||||
target: 'tarballs/ironic-python-agent/coreos/ipa-coreos.tar.gz'
|
||||
target: 'tarballs/ironic-python-agent/coreos'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: false
|
||||
- console-log
|
||||
|
Loading…
x
Reference in New Issue
Block a user