From 57176b8ee3f564d15eca1373e8499bce9393a415 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 30 Oct 2024 09:29:53 +0100 Subject: [PATCH] gocd: Let the BCI role trigger BCI repo publishing We have a role for BCI meanwhile, use it. --- gocd/bci.gocd.yaml | 6 +++--- gocd/bci.gocd.yaml.erb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gocd/bci.gocd.yaml b/gocd/bci.gocd.yaml index fdc00983..b1e1dcd2 100644 --- a/gocd/bci.gocd.yaml +++ b/gocd/bci.gocd.yaml @@ -103,7 +103,7 @@ pipelines: - Release.Images.to.Product: approval: manual roles: - - SLE + - BCI environment_variables: OSC_CONFIG: /home/go/config/oscrc-totest-manager BCI_TOKEN: '{{SECRET:[opensuse.secrets][BCI_TOKEN]}}' @@ -211,7 +211,7 @@ pipelines: - Release.Images.to.Product: approval: manual roles: - - SLE + - BCI environment_variables: OSC_CONFIG: /home/go/config/oscrc-totest-manager BCI_TOKEN: '{{SECRET:[opensuse.secrets][BCI_TOKEN]}}' @@ -319,7 +319,7 @@ pipelines: - Release.Images.to.Product: approval: manual roles: - - SLE + - BCI environment_variables: OSC_CONFIG: /home/go/config/oscrc-totest-manager BCI_TOKEN: '{{SECRET:[opensuse.secrets][BCI_TOKEN]}}' diff --git a/gocd/bci.gocd.yaml.erb b/gocd/bci.gocd.yaml.erb index a8862e69..f9b4f62f 100644 --- a/gocd/bci.gocd.yaml.erb +++ b/gocd/bci.gocd.yaml.erb @@ -103,7 +103,7 @@ pipelines: - Release.Images.to.Product: approval: manual roles: - - SLE + - BCI environment_variables: OSC_CONFIG: /home/go/config/oscrc-totest-manager BCI_TOKEN: '{{SECRET:[opensuse.secrets][BCI_TOKEN]}}'