mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
parent
6547ac7cd1
commit
4a5ea5f38c
|
@ -21,6 +21,11 @@ build:
|
|||
# TODO: gox
|
||||
script:
|
||||
- go mod tidy
|
||||
# required tooling; no releases to package
|
||||
- run: |
|
||||
go install github.com/loggerhead/enumer@latest
|
||||
export PATH=$HOME/go/bin:$PATH
|
||||
if: '>=1.16.2'
|
||||
- make bootstrap static-dist dev-ui
|
||||
- install -D bin/vault {{prefix}}/bin/vault
|
||||
|
||||
|
|
Loading…
Reference in a new issue