fix(helm)

closes #3998
This commit is contained in:
Jacob Heider 2023-11-08 16:22:04 -05:00 committed by Jacob Heider
parent d0124bf5e9
commit 571f9df20e

View file

@ -22,8 +22,7 @@ build:
- make install VERSION={{version}} INSTALL_PATH="{{prefix}}/bin" - make install VERSION={{version}} INSTALL_PATH="{{prefix}}/bin"
test: test:
script: | script:
helm create foo - helm create foo
test -d "foo/charts" - test -d "foo/charts"
helm version | grep "GitTreeState:\"clean\"" - helm version | grep "Version:\"{{version}}\""
helm version | grep "Version:\"{{version}}\""