From d73e21f9561224f22cc3a2c8375ae0052d7cfcd0 Mon Sep 17 00:00:00 2001 From: Zbynek Roubalik Date: Fri, 13 May 2022 18:19:52 +0200 Subject: [PATCH] fix test (#143) * fix test Signed-off-by: Zbynek Roubalik * disable replaces field Signed-off-by: Zbynek Roubalik --- .github/workflows/main-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index f5ca35a5e..f85bc12e2 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -154,5 +154,9 @@ jobs: - name: Install operator-sdk run: brew install operator-sdk + - name: Disable 'replaces' field, as the testing bundle doesn't replace anything + run: | + sed -i 's/replaces: /# replaces: /' bundle/manifests/keda.clusterserviceversion.yaml + - name: Build and deploy KEDA olm operator index run: make deploy-olm