summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-03-18 13:34:21 -0400
committerChris Evich <cevich@redhat.com>2020-03-19 12:28:25 -0400
commitc4300ac5a4cad6987d98bd7b56761f7973e6b361 (patch)
treef8cc81b4dd0c7eb30d279df98b63aa7f5276aa92 /.cirrus.yml
parent6ac04366ee64b9938dfb4801a528986fc8cb9956 (diff)
downloadpodman-c4300ac5a4cad6987d98bd7b56761f7973e6b361.tar.gz
podman-c4300ac5a4cad6987d98bd7b56761f7973e6b361.tar.bz2
podman-c4300ac5a4cad6987d98bd7b56761f7973e6b361.zip
Cirrus-CI: Fix source path of vendor task
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index c44277b05..54e9106a7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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: