Skip to content

Commit

Permalink
Add missing volume to test-e2e (#21079)
Browse files Browse the repository at this point in the history
Without it, the deps-backend step before is useless as `go test` will not see the files in GOPATH and re-download them.
  • Loading branch information
silverwind authored Sep 5, 2022
1 parent bc4cce1 commit 7f6306c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f6306c

Please sign in to comment.