cleanup for modcache

This commit is contained in:
2022-12-08 22:30:14 +04:00
parent 14e59af354
commit 7c5be73c71
3 changed files with 10 additions and 16 deletions

View File

@@ -44,4 +44,4 @@ push:
docker push $(RN):$(shell git branch --show-current)
deps/modcache.tar:
cd $(shell go env GOMODCACHE)/../ && tar -c . | pv > $(PWD)/deps/modcache.tar
cd $(shell go env GOMODCACHE)/ && tar -c . | pv > $(PWD)/deps/modcache.tar