chore(fix): temporarily use --verify=false for helm plugins until https://github.com/helm/helm/issues/31490 is resolved
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 50s
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 50s
This commit is contained in:
@@ -29,8 +29,9 @@ jobs:
|
|||||||
- name: template
|
- name: template
|
||||||
run: helm template --debug gitea-helm .
|
run: helm template --debug gitea-helm .
|
||||||
- name: prepare unit test environment
|
- name: prepare unit test environment
|
||||||
|
# remove `--verify=false` once https://github.com/helm/helm/issues/31490 is resolved
|
||||||
run: |
|
run: |
|
||||||
helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest
|
helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest --verify=false
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
- name: unit tests
|
- name: unit tests
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user