Skip to content

Commit 7f6306c

Browse files
authored
Add missing volume to test-e2e (#21079)
Without it, the deps-backend step before is useless as `go test` will not see the files in GOPATH and re-download them.
1 parent bc4cce1 commit 7f6306c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@ steps:
569569
TEST_PGSQL_DBNAME: 'testgitea-e2e'
570570
DEBIAN_FRONTEND: noninteractive
571571
depends_on: [build-frontend, deps-backend]
572+
volumes:
573+
- name: deps
574+
path: /go
572575

573576
---
574577
kind: pipeline

0 commit comments

Comments
 (0)