From 837e9eacd81b3478c91c0ef588b647edb8eef1b9 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 27 Nov 2023 11:31:11 +0100 Subject: [PATCH] externals: ignore task-containers v0.1.0 Signed-off-by: Vincent Demeester --- experimental/externals.yaml | 1 + externals.yaml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/experimental/externals.yaml b/experimental/externals.yaml index 66ecae60..1aa91bd4 100644 --- a/experimental/externals.yaml +++ b/experimental/externals.yaml @@ -5,3 +5,4 @@ repositories: types: [ tasks ] - url: https://github.com/openshift-pipelines/task-containers types: [ tasks ] + ignore-versions: [ "v0.1.0" ] diff --git a/externals.yaml b/externals.yaml index a81ad78f..39537cfd 100644 --- a/externals.yaml +++ b/externals.yaml @@ -2,4 +2,8 @@ repositories: - url: https://github.com/openshift-pipelines/task-git types: [ tasks pipelines ] - url: https://github.com/openshift-pipelines/task-containers - types: [ tasks pipelines ] + types: + - tasks + - pipelines + ignore-versions: [ "v0.1.0" ] +