fix directory

This commit is contained in:
Lunny Xiao 2020-02-28 09:34:13 +08:00
parent 1cf0802406
commit 8ea459286b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 2 deletions

View File

@ -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