diff --git a/roles/openshift-apps/mdapi/templates/buildconfig.yml b/roles/openshift-apps/mdapi/templates/buildconfig.yml index 2264998a10..2eb8e988ad 100644 --- a/roles/openshift-apps/mdapi/templates/buildconfig.yml +++ b/roles/openshift-apps/mdapi/templates/buildconfig.yml @@ -7,9 +7,9 @@ metadata: spec: source: git: - uri: https://pagure.io/mdapi.git + uri: https://pagure.io/forks/cverna/mdapi.git {% if env == 'staging' %} - ref: "staging" + ref: "container_app" {% else %} ref: "production" {% endif %}