Fix drone
This commit is contained in:
parent
b4249aafd0
commit
f48b50c940
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue