mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
b1c61ddf1f
commit
e4e8c11757
1 changed files with 4 additions and 5 deletions
|
@ -19,11 +19,10 @@ build:
|
|||
classic.yarnpkg.com: '*'
|
||||
git-scm.org: '*'
|
||||
# TODO: gox
|
||||
script: |
|
||||
make bootstrap static-dist dev-ui
|
||||
|
||||
mkdir -p {{prefix}}/bin
|
||||
mv bin/vault {{prefix}}/bin/vault
|
||||
script:
|
||||
- go mod tidy
|
||||
- make bootstrap static-dist dev-ui
|
||||
- install -D bin/vault {{prefix}}/bin/vault
|
||||
|
||||
provides:
|
||||
- bin/vault
|
||||
|
|
Loading…
Reference in a new issue