From d527ec63f019fb1c166324ef10b3ece54822c253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 21 Aug 2024 10:22:56 +0200 Subject: [PATCH] The poddlers branch is 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/poddlers/templates/buildconfig.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/roles/openshift-apps/poddlers/templates/buildconfig.yml b/roles/openshift-apps/poddlers/templates/buildconfig.yml index 33d903384c..e6509fd531 100644 --- a/roles/openshift-apps/poddlers/templates/buildconfig.yml +++ b/roles/openshift-apps/poddlers/templates/buildconfig.yml @@ -41,13 +41,11 @@ spec: source: type: Git git: - # uri: https://pagure.io/fedora-infra/toddlers.git - uri: https://pagure.io/forks/abompard/fedora-infra/toddlers.git - ref: poddlers + uri: https://pagure.io/fedora-infra/toddlers.git {% if env == 'staging' %} - #ref: "staging" + ref: "staging" {% else %} - #ref: "production" + ref: "production" {% endif %} strategy: type: Source