diff --git a/roles/openshift-apps/badges/templates/buildconfig.yml.j2 b/roles/openshift-apps/badges/templates/buildconfig.yml.j2 index 2d2ad79416..98162aee4e 100644 --- a/roles/openshift-apps/badges/templates/buildconfig.yml.j2 +++ b/roles/openshift-apps/badges/templates/buildconfig.yml.j2 @@ -74,8 +74,7 @@ spec: type: Git git: uri: https://github.com/fedora-infra/tahrir.git - # ref: {{ (env == 'production')|ternary('stable', 'staging') }} - ref: {{ (env == 'production')|ternary('stable', 'flask') }} + ref: {{ (env == 'production')|ternary('stable', 'staging') }} contextDir: / strategy: type: Source