forked from TrueCloudLab/frostfs-http-gw
update makefile commands: dev, image, version
This commit is contained in:
parent
a584012d50
commit
dd213b0c41
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,8 +44,8 @@ dev:
|
||||||
git checkout go.{sum,mod}; \
|
git checkout go.{sum,mod}; \
|
||||||
go get google.golang.org/grpc@$${v}; \
|
go get google.golang.org/grpc@$${v}; \
|
||||||
cd $${curdir}; \
|
cd $${curdir}; \
|
||||||
git checkout go.{sum,mod}; \
|
|
||||||
cp go_dev.mod go.sum; \
|
cp go_dev.mod go.sum; \
|
||||||
go get google.golang.org/grpc@$${v}; \
|
go get google.golang.org/grpc@$${v}; \
|
||||||
make image VERSION=$(VERSION)-$${v}; \
|
make image VERSION=$(VERSION)-$${v}; \
|
||||||
|
git checkout go.{sum,mod}; \
|
||||||
done
|
done
|
Loading…
Reference in a new issue