mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix some path issues in build
This commit is contained in:
parent
4096fec5d3
commit
7fa6c2b20b
1 changed files with 5 additions and 2 deletions
|
@ -13,8 +13,11 @@ build:
|
|||
go.dev: 1
|
||||
script: |
|
||||
make build
|
||||
mkdir {{prefix}}/bin
|
||||
mkdir -p {{prefix}}/bin
|
||||
mv cmd/ipfs/ipfs {{prefix}}/bin
|
||||
|
||||
test:
|
||||
ipfs init
|
||||
script:
|
||||
ipfs init
|
||||
env:
|
||||
IPFS_PATH: .
|
||||
|
|
Loading…
Reference in a new issue