Skip to content

Commit

Permalink
prod_inner: run all_rpm_packages plugin before pushing it
Browse files Browse the repository at this point in the history
  • Loading branch information
twaugh committed Aug 15, 2016
1 parent 0426c1d commit 449420a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inputs/prod_inner.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
}
],
"postbuild_plugins": [
{
"args": {
"image_id": "BUILT_IMAGE_ID"
},
"name": "all_rpm_packages"
},
{
"name": "tag_by_labels"
},
Expand Down Expand Up @@ -117,12 +123,6 @@
"method": "gzip"
}
},
{
"args": {
"image_id": "BUILT_IMAGE_ID"
},
"name": "all_rpm_packages"
},
{
"args": {
"imagestream": "{{IMAGESTREAM}}",
Expand Down

0 comments on commit 449420a

Please sign in to comment.