瀏覽代碼

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 年之前
父節點
當前提交
7f6306ccd1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      .drone.yml

+ 3
- 0
.drone.yml 查看文件

@@ -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…
取消
儲存