mirror of
https://github.com/containers/podman.git
synced 2025-06-29 06:57:13 +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"
|
- "gating"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CIRRUS_WORKING_DIR: "/usr/src/libpod"
|
CIRRUS_WORKING_DIR: "/var/tmp/go/src/github.com/containers/libpod"
|
||||||
GOPATH: "/go"
|
GOPATH: "/var/tmp/go"
|
||||||
GOSRC: "/go/src/github.com/containers/libpod"
|
GOSRC: "$CIRRUS_WORKING_DIR"
|
||||||
|
|
||||||
# Runs within Cirrus's "community cluster"
|
# Runs within Cirrus's "community cluster"
|
||||||
container:
|
container:
|
||||||
|
Reference in New Issue
Block a user