This commit is contained in:
@@ -26,7 +26,7 @@ steps:
|
||||
restore: true
|
||||
cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}'
|
||||
archive_format: "gzip"
|
||||
filesystem_cache_root: "/go/cache"
|
||||
filesystem_cache_root: "/go"
|
||||
local_root: /
|
||||
mount:
|
||||
- pkg.mod
|
||||
@@ -57,12 +57,12 @@ steps:
|
||||
rebuild: true
|
||||
cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}'
|
||||
archive_format: "gzip"
|
||||
filesystem_cache_root: "/go/cache"
|
||||
filesystem_cache_root: "/go"
|
||||
mount:
|
||||
- pkg.mod
|
||||
- pkg.build
|
||||
volumes:
|
||||
- name: cache
|
||||
- name: shared
|
||||
path: /go
|
||||
|
||||
# Copy binary to test server
|
||||
|
Reference in New Issue
Block a user