Fix trigger names

This commit is contained in:
Rodolfo Carvalho 2015-05-22 15:31:55 +02:00
parent 40f55f00d3
commit 6103ae1363
1 changed files with 4 additions and 3 deletions

View File

@ -94,16 +94,17 @@
},
"triggers": [
{
"type": "ImageChange"
"type": "imageChange",
"imageChange": {}
},
{
"type": "GitHub",
"type": "github",
"github": {
"secret": "secret123"
}
},
{
"type": "Generic",
"type": "generic",
"generic": {
"secret": "secret123"
}