Skip to content

Commit

Permalink
Revert "add step to check for changes"
Browse files Browse the repository at this point in the history
This reverts commit 08f5519.
  • Loading branch information
BenRub committed Dec 8, 2022
1 parent 08f5519 commit 04e15e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
cd -
- run: make generate
- run: make manifests
- name: Check for changes
run: |
diff=$(git diff)
[ "$diff" != "" ] && echo "######### files were changed after running make commands, exiting." && exit 1
- run: make test
- name: Build and push
run: make docker-build docker-push IMG=cbartifactory/${{ steps.meta.outputs.tags }} VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}

0 comments on commit 04e15e2

Please sign in to comment.