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:
|
dependencies:
|
||||||
go.dev: ^1.19
|
go.dev: ^1.19
|
||||||
script: |
|
script: |
|
||||||
sed 's/unreleased//g' Makefile > Makefile.patch
|
sed -i.bak 's/unreleased//g' Makefile
|
||||||
mv Makefile.patch Makefile
|
rm Makefile.bak
|
||||||
make build VERSION={{version}}
|
make build VERSION={{version}}
|
||||||
mkdir -p "{{ prefix }}"/bin
|
mkdir -p "{{ prefix }}"/bin
|
||||||
mv bin/helm "{{ 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:
|
test:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue