diff --git a/projects/helm.sh/package.yml b/projects/helm.sh/package.yml index e497e8e4..60223830 100644 --- a/projects/helm.sh/package.yml +++ b/projects/helm.sh/package.yml @@ -22,8 +22,7 @@ build: - make install VERSION={{version}} INSTALL_PATH="{{prefix}}/bin" test: - script: | - helm create foo - test -d "foo/charts" - helm version | grep "GitTreeState:\"clean\"" - helm version | grep "Version:\"{{version}}\"" + script: + - helm create foo + - test -d "foo/charts" + - helm version | grep "Version:\"{{version}}\""