Let's disable the cron on staging dist-git until they are fixed
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
c9c32b806d
commit
c7133fefad
1 changed files with 3 additions and 0 deletions
|
@ -267,6 +267,7 @@
|
||||||
- pagure
|
- pagure
|
||||||
|
|
||||||
- name: Configure cron job for a hourly pagure_poc
|
- name: Configure cron job for a hourly pagure_poc
|
||||||
|
when: env != 'staging'
|
||||||
cron:
|
cron:
|
||||||
name: pagure-poc
|
name: pagure-poc
|
||||||
user: root
|
user: root
|
||||||
|
@ -278,6 +279,7 @@
|
||||||
- pagure
|
- pagure
|
||||||
|
|
||||||
- name: Configure cron job for a hourly pagure_bz
|
- name: Configure cron job for a hourly pagure_bz
|
||||||
|
when: env != 'staging'
|
||||||
cron:
|
cron:
|
||||||
name: pagure-poc
|
name: pagure-poc
|
||||||
user: root
|
user: root
|
||||||
|
@ -289,6 +291,7 @@
|
||||||
- pagure
|
- pagure
|
||||||
|
|
||||||
- name: Configure cron job for a hourly pagure_owner_alias
|
- name: Configure cron job for a hourly pagure_owner_alias
|
||||||
|
when: env != 'staging'
|
||||||
cron:
|
cron:
|
||||||
name: pagure-poc
|
name: pagure-poc
|
||||||
user: root
|
user: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue