From 1110057f5e0cbbfc91aa3db73e3540ad1756dc49 Mon Sep 17 00:00:00 2001 From: Michal Kovarik Date: Mon, 4 Apr 2022 09:27:15 +0200 Subject: [PATCH] Tekton - enable tekton-scope-when-expressions-to-task - Enable TEP-0059 https://github.com/tektoncd/pipeline/pull/4085 - Build definitons repository is ready for this change --- .../openshift-pipelines/openshift-pipelines-feature-flags.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/build/openshift-pipelines/openshift-pipelines-feature-flags.yaml b/components/build/openshift-pipelines/openshift-pipelines-feature-flags.yaml index 483615a6524..b63b669ae64 100644 --- a/components/build/openshift-pipelines/openshift-pipelines-feature-flags.yaml +++ b/components/build/openshift-pipelines/openshift-pipelines-feature-flags.yaml @@ -13,4 +13,4 @@ data: enable-tekton-oci-bundles: "true" require-git-ssh-secret-known-hosts: "false" running-in-environment-with-injected-sidecars: "true" - scope-when-expressions-to-task: "false" \ No newline at end of file + scope-when-expressions-to-task: "true"