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(-) (limited to '.cirrus.yml') 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 From 559deb84e7eebc4177e4ac38ff8647c3b1757524 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 5 Mar 2020 13:36:15 -0500 Subject: Cirrus: Update VM images Signed-off-by: Chris Evich --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 54e9106a7..69bf35ebd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -39,7 +39,7 @@ env: UBUNTU_NAME: "ubuntu-19" PRIOR_UBUNTU_NAME: "ubuntu-18" - _BUILT_IMAGE_SUFFIX: "libpod-5940307564953600" + _BUILT_IMAGE_SUFFIX: "libpod-5633729662025728" FEDORA_CACHE_IMAGE_NAME: "${FEDORA_NAME}-${_BUILT_IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "${PRIOR_FEDORA_NAME}-${_BUILT_IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "${UBUNTU_NAME}-${_BUILT_IMAGE_SUFFIX}" -- cgit v1.2.3-54-g00ecf