fix directory
This commit is contained in:
parent
1cf0802406
commit
8ea459286b
|
@ -15,7 +15,7 @@ steps:
|
|||
- '${GOPATH}/pkg/mod'
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
path: /tmp
|
||||
|
||||
- name: test-vet
|
||||
image: golang:1.11
|
||||
|
@ -45,7 +45,7 @@ steps:
|
|||
- '${GOPATH}/pkg/mod'
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
path: /tmp
|
||||
|
||||
- name: test-sqlite
|
||||
image: golang:1.12
|
||||
|
|
Loading…
Reference in New Issue