Skip to content

Commit

Permalink
Update arguments passed to check_and_set_rebuild plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Aug 4, 2015
1 parent 7d98061 commit c956889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions inputs/prod_inner.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"prebuild_plugins": [
{
"args": {
"key": "is_autorebuild",
"value": "true"
"label_key": "is_autorebuild",
"label_value": "true",
"url": "{{OPENSHIFT_URI}}",
"verify_ssl": false
},
"name": "check_and_set_rebuild"
},
Expand Down
6 changes: 4 additions & 2 deletions inputs/simple_inner.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"prebuild_plugins": [
{
"args": {
"key": "is_autorebuild",
"value": "true"
"label_key": "is_autorebuild",
"label_value": "true",
"url": "{{OPENSHIFT_URI}}",
"verify_ssl": false
},
"name": "check_and_set_rebuild"
},
Expand Down

0 comments on commit c956889

Please sign in to comment.