mirror of
https://github.com/containers/podman.git
synced 2025-06-28 14:29:04 +08:00
Cirrus-CI: Fix source path of vendor task
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -195,9 +195,9 @@ vendor_task:
|
||||
- "gating"
|
||||
|
||||
env:
|
||||
CIRRUS_WORKING_DIR: "/usr/src/libpod"
|
||||
GOPATH: "/go"
|
||||
GOSRC: "/go/src/github.com/containers/libpod"
|
||||
CIRRUS_WORKING_DIR: "/var/tmp/go/src/github.com/containers/libpod"
|
||||
GOPATH: "/var/tmp/go"
|
||||
GOSRC: "$CIRRUS_WORKING_DIR"
|
||||
|
||||
# Runs within Cirrus's "community cluster"
|
||||
container:
|
||||
|
Reference in New Issue
Block a user