diff --git a/roles/openshift-apps/blockerbugs/templates/buildconfig.yml.j2 b/roles/openshift-apps/blockerbugs/templates/buildconfig.yml.j2 index 47a5434cde..179e4ffff7 100644 --- a/roles/openshift-apps/blockerbugs/templates/buildconfig.yml.j2 +++ b/roles/openshift-apps/blockerbugs/templates/buildconfig.yml.j2 @@ -15,7 +15,7 @@ spec: git: uri: https://forge.fedoraproject.org/quality/blockerbugs {% if env == 'staging' %} - ref: "develop" + ref: "staging" {% else %} ref: "master" {% endif %} diff --git a/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 b/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 index c7096bc9d0..d2a65d9968 100644 --- a/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 +++ b/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 @@ -15,7 +15,7 @@ spec: git: uri: https://forge.fedoraproject.org/quality/testdays-web.git {% if env == 'staging' %} - ref: "develop" + ref: "staging" {% else %} ref: "master" {% endif %}