Skip to content

Commit

Permalink
Debugging actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed Nov 19, 2022
1 parent f827af1 commit 3ec55fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,10 @@ jobs:
run: |
helm lint '${{ env.CHART_DIR }}'
helm template '${{ env.CHART_DIR }}'
# Need to do this otherwise it will end up publishing the test chart
rm -rf deploy/helm/kube-ingress-proxy
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: helm
charts_dir: deploy/helm

0 comments on commit 3ec55fa

Please sign in to comment.