From 0d04c6d32cfcec67405b59614ec7cc06cd0cfee6 Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Wed, 23 Jul 2025 17:52:51 +0530 Subject: [PATCH] badges: `flask` is dead, long live `staging`! Signed-off-by: Akashdeep Dhar --- roles/openshift-apps/badges/templates/buildconfig.yml.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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