and again
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-04 14:57:36 +11:00
parent 42e15c7176
commit 5a70d0f27a

View File

@@ -26,7 +26,7 @@ steps:
restore: true restore: true
cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}' cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}'
archive_format: "gzip" archive_format: "gzip"
filesystem_cache_root: "/go/cache" filesystem_cache_root: "/go"
local_root: / local_root: /
mount: mount:
- pkg.mod - pkg.mod
@@ -57,12 +57,12 @@ steps:
rebuild: true rebuild: true
cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}' cache_key: '{{ .Repo.Name }}_{{ checksum "go.mod" }}_{{ checksum "go.sum" }}_{{ arch }}_{{ os }}'
archive_format: "gzip" archive_format: "gzip"
filesystem_cache_root: "/go/cache" filesystem_cache_root: "/go"
mount: mount:
- pkg.mod - pkg.mod
- pkg.build - pkg.build
volumes: volumes:
- name: cache - name: shared
path: /go path: /go
# Copy binary to test server # Copy binary to test server