Skip to content

Commit

Permalink
Merge pull request openshift#6464 from jhadvig/template_fix
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jan 11, 2016
2 parents ad80e1f + 2c56419 commit 4d72d38
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/sample-app/application-template-stibuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@
"from": {
"kind": "ImageStreamTag",
"name": "ruby-22-centos7:latest"
}
},
"env": [
{
"name": "EXAMPLE",
"value": "sample-app"
}
]
},
"env": [
{
"name": "EXAMPLE",
"value": "sample-app"
}
]
}
},
"output": {
"to": {
Expand Down

0 comments on commit 4d72d38

Please sign in to comment.