From a47a04f53d0a5a0955ee360e7c4890f0df97e37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 11 Apr 2024 12:06:56 +0200 Subject: [PATCH] Badges: the fedora-messaging branch has been merged MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/badges/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/badges/templates/buildconfig.yml b/roles/openshift-apps/badges/templates/buildconfig.yml index dfff192b8e..d01d3be667 100644 --- a/roles/openshift-apps/badges/templates/buildconfig.yml +++ b/roles/openshift-apps/badges/templates/buildconfig.yml @@ -40,7 +40,7 @@ spec: git: uri: https://github.com/fedora-infra/fedbadges.git # ref: {{ (env == 'production')|ternary('stable', 'staging') }} - ref: fedora-messaging + ref: develop contextDir: / strategy: type: Source