Skip to content

Commit

Permalink
Merge pull request #504 from iamniting/comment
Browse files Browse the repository at this point in the history
action: remove comment
  • Loading branch information
openshift-merge-bot[bot] authored Nov 14, 2024
2 parents e24ff7a + b1b01c3 commit e891579
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e891579

Please sign in to comment.