mdapi: rollout to prod
Signed-off-by: David Kirwan <dkirwan@redhat.com> Signed-off-by: Akashdeep Dhar <akashdeep.dhar@gmail.com>
This commit is contained in:
parent
c3718a166a
commit
f8f758be97
2 changed files with 6 additions and 2 deletions
|
@ -11,8 +11,8 @@ spec:
|
|||
uri: https://github.com/fedora-infra/mdapi.git
|
||||
ref: "develop"
|
||||
{% else %}
|
||||
uri: https://pagure.io/mdapi.git
|
||||
ref: "production"
|
||||
uri: https://github.com/fedora-infra/mdapi.git
|
||||
ref: "prod"
|
||||
{% endif %}
|
||||
strategy:
|
||||
type: Docker
|
||||
|
|
|
@ -68,7 +68,11 @@ PKGDB2_VERIFY = True
|
|||
DL_VERIFY = True
|
||||
|
||||
# Whether to publish to Fedora Messaging
|
||||
{% if env == "staging" %}
|
||||
PUBLISH_CHANGES = False
|
||||
{% else %}
|
||||
PUBLISH_CHANGES = True
|
||||
{% endif %}
|
||||
|
||||
# How long to wait between retries if processing failed
|
||||
CRON_SLEEP = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue