mdapi: point s2i git uri at new repo
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
d23bfae035
commit
d59ca4e29f
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue