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:
|
||||
source:
|
||||
git:
|
||||
uri: https://pagure.io/mdapi.git
|
||||
{% if env == 'staging' %}
|
||||
ref: "staging"
|
||||
uri: https://github.com/fedora-infra/mdapi.git
|
||||
ref: "develop"
|
||||
{% else %}
|
||||
uri: https://pagure.io/mdapi.git
|
||||
ref: "production"
|
||||
{% endif %}
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue