mirror of
https://github.com/distribution/distribution.git
synced 2025-08-20 07:45:33 +00:00
fix
Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
16f3b23200
commit
0e8627cc4e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
BUILDTAGS: "include_oss,include_gcs"
|
BUILDTAGS: "include_oss,include_gcs"
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
GO111MODULE: "auto"
|
GO111MODULE: "auto"
|
||||||
GOPATH: ${{ github.workspace }}
|
GOPATH: /home/runner/work/goharbor/distribution
|
||||||
GOOS: linux
|
GOOS: linux
|
||||||
COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}',github.event.pull_request.base.sha, github.event.pull_request.head.sha) || github.sha }}
|
COMMIT_RANGE: ${{ github.event_name == 'pull_request' && format('{0}..{1}',github.event.pull_request.base.sha, github.event.pull_request.head.sha) || github.sha }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user