From c4300ac5a4cad6987d98bd7b56761f7973e6b361 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 18 Mar 2020 13:34:21 -0400 Subject: Cirrus-CI: Fix source path of vendor task Signed-off-by: Chris Evich --- .cirrus.yml | 6 +++--- 1 file 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: -- cgit v1.2.3-54-g00ecf