fix daily pagure to bugzilla sync script and make it run only in prod
This commit is contained in:
parent
aa8ebab019
commit
3e1ad8e0a3
1 changed files with 2 additions and 1 deletions
|
@ -215,9 +215,10 @@
|
||||||
user: root
|
user: root
|
||||||
minute: 0
|
minute: 0
|
||||||
hour: 18
|
hour: 18
|
||||||
job: /usr/local/bin/pagure-sync-bugzilla
|
job: /usr/local/bin/pagure-sync-bugzilla.py
|
||||||
cron_file: pagure-sync-bugzilla
|
cron_file: pagure-sync-bugzilla
|
||||||
state: present
|
state: present
|
||||||
|
when: env != 'staging'
|
||||||
tags:
|
tags:
|
||||||
- pagure
|
- pagure
|
||||||
- bugzilla
|
- bugzilla
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue