This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Fix trigger names
pull/2/merge
Rodolfo Carvalho
10 years ago
parent
40f55f00d3
commit
6103ae1363
1 changed files
with
4 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
application-template.json
+ 4
- 3
application-template.json
View File
@ -94,16 +94,17 @@
}
,
}
,
"triggers"
:
[
"triggers"
:
[
{
{
"type"
:
"ImageChange"
"type"
:
"imageChange"
,
"imageChange"
:
{
}
}
,
}
,
{
{
"type"
:
"
GitH
ub"
,
"type"
:
"
gith
ub"
,
"github"
:
{
"github"
:
{
"secret"
:
"secret123"
"secret"
:
"secret123"
}
}
}
,
}
,
{
{
"type"
:
"
G
eneric"
,
"type"
:
"
g
eneric"
,
"generic"
:
{
"generic"
:
{
"secret"
:
"secret123"
"secret"
:
"secret123"
}
}
Write
Preview
Loading…
Cancel
Save