remove modcache
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-12-08 23:49:42 +04:00
parent ab8c0463bf
commit 8368dbff82
2 changed files with 1 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ default: save
clean:
rm -v $(D)/*.tzst
build: deps/modcache.tar
build:
docker build \
-t $(RN):$(GITREV) \
-t $(RN):latest \
@@ -42,6 +42,3 @@ push:
docker push $(RN):$(GITREV)
docker push $(RN):latest
docker push $(RN):$(shell git branch --show-current)
deps/modcache.tar:
cd $(shell go env GOMODCACHE)/ && tar -c . | pv > $(PWD)/deps/modcache.tar