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