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:
Jay Faulkner 2014-09-08 11:10:21 -07:00
parent 34ba7f17b2
commit 35470fd757
1 changed files with 1 additions and 1 deletions

View File

@ -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