diff --git a/roles/openshift-apps/toddlers/templates/buildconfig.yml b/roles/openshift-apps/toddlers/templates/buildconfig.yml index d6e21414a2..be9d5bf1c4 100644 --- a/roles/openshift-apps/toddlers/templates/buildconfig.yml +++ b/roles/openshift-apps/toddlers/templates/buildconfig.yml @@ -14,7 +14,7 @@ spec: git: uri: https://pagure.io/fedora-infra/toddlers.git {% if env == 'staging' %} - ref: "debug" + ref: "staging" {% else %} ref: "production" {% endif %}