Skip to content

Commit

Permalink
Remove csv from bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini committed Sep 23, 2024
1 parent 211766f commit 7ea4705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 909 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,5 @@ jobs:
- name: Check generations
run: |
make generate-all
git diff --quiet -I'^ createdAt: '
if [ $? -ne 0 ]; then
echo "Generation has not been done on this PR. Did you run 'make generate-all' before sending the PR? See changes below:"
git --no-pager diff
return 1
fi
changed_files=$(git status -s)
[[ -z "$changed_files" ]] || (printf "Generation has not been done on this PR. See modified files: \n$changed_files\n Did you run 'make generate-all' before sending the PR" && exit 1)
1 change: 1 addition & 0 deletions bundle/manifests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonataflow-operator.clusterserviceversion.yaml
Loading

0 comments on commit 7ea4705

Please sign in to comment.