1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 02:45:06 +00:00

comment out reindex for testing

This commit is contained in:
Yuvraj 2020-05-28 13:13:13 -07:00
parent 02aabbb08a
commit 0db01bed80

View file

@ -38,10 +38,10 @@ jobs:
run: |
mkdir -p output/helm-charts/
helm package charts/kyverno/ -d output/helm-charts/
- name: Reindex repo
run: |
wget --quiet ${{ env.HELM_CHART_URL }}/index.yaml
helm repo index --merge index.yaml --url ${{ env.HELM_CHART_URL }} output/helm-charts/
# - name: Reindex repo
# run: |
# wget --quiet ${{ env.HELM_CHART_URL }}/index.yaml
# helm repo index --merge index.yaml --url ${{ env.HELM_CHART_URL }} output/helm-charts/
- name: Release
uses: JamesIves/github-pages-deploy-action@releases/v3
with: