Fix typo causing failure in IPA post job
The file we're trying to upload is named "coreos_production_pxe_image-oem.cpio.gz", not "coreos_production_pxe-oem.cpio.gz". Change-Id: I1b517eef17285ec79b36ef9e7f6df683390ee60c
This commit is contained in:
parent
34ba7f17b2
commit
35470fd757
@ -32,7 +32,7 @@
|
||||
target: 'tarballs/ironic-python-agent/coreos/files'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: false
|
||||
- source: 'imagebuild/coreos/UPLOAD/coreos_production_pxe-oem.cpio.gz'
|
||||
- source: 'imagebuild/coreos/UPLOAD/coreos_production_pxe_image-oem.cpio.gz'
|
||||
target: 'tarballs/ironic-python-agent/coreos/files'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user