mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(helm)
This commit is contained in:
parent
3382d5e7fc
commit
d1a10de57c
1 changed files with 2 additions and 3 deletions
|
@ -12,12 +12,11 @@ build:
|
|||
dependencies:
|
||||
go.dev: ^1.19
|
||||
script: |
|
||||
sed 's/unreleased//g' Makefile > Makefile.patch
|
||||
mv Makefile.patch Makefile
|
||||
sed -i.bak 's/unreleased//g' Makefile
|
||||
rm Makefile.bak
|
||||
make build VERSION={{version}}
|
||||
mkdir -p "{{ prefix }}"/bin
|
||||
mv bin/helm "{{ prefix }}"/bin
|
||||
# temporary sed hacks above until brewkit supports cloning git directly see issue: https://github.com/teaxyz/brewkit/issues/17
|
||||
|
||||
test:
|
||||
script: |
|
||||
|
|
Loading…
Reference in a new issue