Skip to content

Commit 4e3f206

Browse files
committed
fix test script
1 parent 143b7c3 commit 4e3f206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/helm-unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euf -o pipefail
77
HELM_UNITTEST_VERSION="v1.0.2"
88

99
### Install the helm-unittest plugin
10-
helm plugin install https://github.com/helm-unittest/helm-unittest --version "$HELM_UNITTEST_VERSION"
10+
helm plugin install https://github.com/helm-unittest/helm-unittest --version "$HELM_UNITTEST_VERSION" --verify=false
1111

1212
### Run the helm tests
1313
helm unittest -q charts/sourcegraph

0 commit comments

Comments
 (0)