mdapi: point s2i git uri at new repo

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2022-12-20 15:47:55 +09:00
parent d23bfae035
commit d59ca4e29f

View file

@ -7,10 +7,11 @@ metadata:
spec: spec:
source: source:
git: git:
uri: https://pagure.io/mdapi.git
{% if env == 'staging' %} {% if env == 'staging' %}
ref: "staging" uri: https://github.com/fedora-infra/mdapi.git
ref: "develop"
{% else %} {% else %}
uri: https://pagure.io/mdapi.git
ref: "production" ref: "production"
{% endif %} {% endif %}
strategy: strategy: