mirror of
https://github.com/IEEE-SB-Passau/pelican-deployment-system.git
synced 2017-09-06 16:35:38 +02:00
allow cronjobs to do builds if pull from remote repo fail
This commit is contained in:
3
app.py
3
app.py
@@ -41,7 +41,8 @@ def init_app(configpath):
|
||||
name="{} ({})".format(rname, i),
|
||||
id="{}_{}".format(rname, i),
|
||||
max_instances=1,
|
||||
kwars={"wait": True})
|
||||
kwargs={"wait": True,
|
||||
"ignore_pull_error": True})
|
||||
|
||||
pelican_deploy.webhookbottle.set_runners(**runners)
|
||||
pelican_deploy.webhookbottle.set_github_secret(config.GITHUB_SECRET)
|
||||
|
||||
Reference in New Issue
Block a user