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
Add build post commit hook to run tests
pull/29/head
Rodolfo Carvalho
9 years ago
parent
4706c39a70
commit
283a460018
2 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
openshift/templates/django-postgresql.json
+4
-1
openshift/templates/django.json
+ 4
- 1
openshift/templates/django-postgresql.json
View File
@ -106,7 +106,10 @@
"secret"
:
"${GITHUB_WEBHOOK_SECRET}"
}
}
]
]
,
"postCommit"
:
{
"script"
:
"./manage.py test"
}
}
}
,
{
+ 4
- 1
openshift/templates/django.json
View File
@ -106,7 +106,10 @@
"secret"
:
"${GITHUB_WEBHOOK_SECRET}"
}
}
]
]
,
"postCommit"
:
{
"script"
:
"./manage.py test"
}
}
}
,
{
Write
Preview
Loading…
Cancel
Save