Browse Source

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.
tags/v1.18.0-rc0
silverwind 1 year ago
parent
commit
7f6306ccd1
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .drone.yml

+ 3
- 0
.drone.yml View File

@@ -569,6 +569,9 @@ steps:
TEST_PGSQL_DBNAME: 'testgitea-e2e'
DEBIAN_FRONTEND: noninteractive
depends_on: [build-frontend, deps-backend]
volumes:
- name: deps
path: /go

---
kind: pipeline

Loading…
Cancel
Save