Fix drone

This commit is contained in:
Lunny Xiao 2021-04-09 21:25:01 +08:00
parent b4249aafd0
commit f48b50c940
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 4 deletions

View File

@ -8,7 +8,7 @@ steps:
settings:
backend: "filesystem"
restore: true
cache_key: "cache"
cache_key: "volume"
archive_format: "gzip"
mount:
- pkg.mod
@ -29,9 +29,6 @@ steps:
- make vet
- make test
- make fmt-check
volumes:
- name: cache
path: /go
when:
event:
- push