From 45cf6f92d1805fda6fcb9223c39642ae556d74cc Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Wed, 19 May 2021 18:21:59 +0200 Subject: [PATCH] Toddlers - add asaleh as owner and remove ref to staging, as it was never deployed there. --- playbooks/openshift-apps/toddlers.yml | 1 + roles/openshift-apps/toddlers/templates/buildconfig.yml | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/playbooks/openshift-apps/toddlers.yml b/playbooks/openshift-apps/toddlers.yml index 2e22f2e642..06d51a66ef 100644 --- a/playbooks/openshift-apps/toddlers.yml +++ b/playbooks/openshift-apps/toddlers.yml @@ -18,6 +18,7 @@ - mohanboddu - zlopez - scoady + - asaleh tags: - appowners diff --git a/roles/openshift-apps/toddlers/templates/buildconfig.yml b/roles/openshift-apps/toddlers/templates/buildconfig.yml index be9d5bf1c4..5465386a18 100644 --- a/roles/openshift-apps/toddlers/templates/buildconfig.yml +++ b/roles/openshift-apps/toddlers/templates/buildconfig.yml @@ -13,11 +13,7 @@ spec: type: Git git: uri: https://pagure.io/fedora-infra/toddlers.git -{% if env == 'staging' %} - ref: "staging" -{% else %} ref: "production" -{% endif %} strategy: type: Docker triggers: