This commit is contained in:
@@ -24,7 +24,7 @@ steps:
|
|||||||
backend: "filesystem"
|
backend: "filesystem"
|
||||||
#debug: true
|
#debug: true
|
||||||
restore: true
|
restore: true
|
||||||
cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}'
|
cache_key: '{{ .Repo.Name }}_{{ arch }}_{{ os }}'
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
filesystem_cache_root: "/go"
|
filesystem_cache_root: "/go"
|
||||||
local_root: /
|
local_root: /
|
||||||
@@ -55,7 +55,7 @@ steps:
|
|||||||
backend: "filesystem"
|
backend: "filesystem"
|
||||||
#debug: true
|
#debug: true
|
||||||
rebuild: true
|
rebuild: true
|
||||||
cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}'
|
cache_key: '{{ .Repo.Name }}_{{ arch }}_{{ os }}'
|
||||||
archive_format: "gzip"
|
archive_format: "gzip"
|
||||||
filesystem_cache_root: "/go"
|
filesystem_cache_root: "/go"
|
||||||
mount:
|
mount:
|
||||||
|
Reference in New Issue
Block a user