From b1a1d2dd4b8bdd5d357864bc6b709b1822efe5f3 Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Tue, 14 Jan 2025 15:06:42 -0500 Subject: [PATCH] [temp] disable validate-ci Signed-off-by: Alexandre Lamarre --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e3761789..23cb8710 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -60,8 +60,8 @@ jobs: run : cat kubeconfig.yaml - name : Build helm-project-operator run : BUILD_TARGET=helm-project-operator ./scripts/build - - name : Validate build - run : ./scripts/validate-ci + # - name : Validate build + # run : ./scripts/validate-ci - name : Package helm-project-operator run : | BUILD_TARGET=helm-project-operator ./scripts/package