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.
This commit is contained in:
parent
bc4cce138a
commit
7f6306ccd1
1 changed files with 3 additions and 0 deletions
|
@ -569,6 +569,9 @@ steps:
|
||||||
TEST_PGSQL_DBNAME: 'testgitea-e2e'
|
TEST_PGSQL_DBNAME: 'testgitea-e2e'
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
depends_on: [build-frontend, deps-backend]
|
depends_on: [build-frontend, deps-backend]
|
||||||
|
volumes:
|
||||||
|
- name: deps
|
||||||
|
path: /go
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
|
Reference in a new issue