Skip to content

Commit

Permalink
Enable rebuild triggers for prod builds
Browse files Browse the repository at this point in the history
  • Loading branch information
twaugh committed May 4, 2016
1 parent 7cf8a4c commit 3be9df2
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 181 deletions.
11 changes: 11 additions & 0 deletions inputs/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
}
},
"spec": {
"triggers": [
{
"type": "ImageChange",
"imageChange": {
"from": {
"kind": "ImageStreamTag",
"name": "{{BASE_IMAGE_STREAM}}"
}
}
}
],
"source": {
"type": "Git",
"git": {
Expand Down
Loading

0 comments on commit 3be9df2

Please sign in to comment.