From b1b01c3ffcc0d3411ea9ef16a87bc68ea857021a Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Thu, 14 Nov 2024 10:42:55 +0530 Subject: [PATCH] action: remove comment The code was removed as part of the #502 But comment was left. Signed-off-by: Nitin Goyal --- .github/workflows/docker-build.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index eb075cf3..df52c700 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -45,9 +45,6 @@ jobs: run: | make bundle-build msg='Uncommitted bundle changes. run `make bundle` and commit results.' - # We are using `--ignore-matching-lines` flag with the pattern `createdAt` - # to exclude lines with the timestamp from being considered, as the CSV file - # consistently receives a new timestamp during generation with operator-sdk 1.26 onwards. git diff --exit-code bundle || (echo -e '\e[31m'"$msg"; exit 1) catalog-build: