Skip to content

Commit

Permalink
ci: remove crd diff checker stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinandan-Purkait committed Apr 16, 2024
1 parent 6d3d2ce commit ed97f43
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ jobs:
with:
version: v3.14.3

- name: Check diff, commit and push
run: |
git diff --quiet deploy/helm/charts/crds || CHANGED=$?
if [[ $CHANGED -ne 0 ]]; then
echo "Commiting changes to deploy/helm/charts/crds"
git add deploy/helm/charts/crds
git commit -s -m 'chore(crd): add auto generated crds to helm release'
git push origin develop
fi
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
Expand Down

0 comments on commit ed97f43

Please sign in to comment.