mirror of
https://github.com/ivabus/pantry
synced 2024-11-25 09:55:06 +03:00
parent
d0124bf5e9
commit
571f9df20e
1 changed files with 4 additions and 5 deletions
|
@ -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}}\""
|
||||
|
|
Loading…
Reference in a new issue