Skip to content

Commit 654e1b3

Browse files
committed
cirrus: define missing GOCACHE env
And update the CIRRUS_WORKING_DIR to use the proper repo path. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 2c0f463 commit 654e1b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
#### Global variables used for all tasks
77
####
88
# Overrides default location (/tmp/cirrus) for repo clone
9-
CIRRUS_WORKING_DIR: "/var/tmp/go/src/github.com/containers/storage"
9+
CIRRUS_WORKING_DIR: "/var/tmp/go/src/github.com/containers/container-libs"
1010
# Shell used to execute all script commands
1111
CIRRUS_SHELL: "/bin/bash"
1212
# Automation script path relative to $CIRRUS_WORKING_DIR)
@@ -16,8 +16,9 @@ env:
1616
CIRRUS_CLONE_DEPTH: 50
1717
DEST_BRANCH: "main"
1818
GOPATH: "/var/tmp/go"
19-
SKOPEO_PATH: "/var/tmp/go/src/github.com/containers/skopeo"
2019
GOBIN: "${GOPATH}/bin"
20+
GOCACHE: "${GOPATH}/cache"
21+
SKOPEO_PATH: "/var/tmp/go/src/github.com/containers/skopeo"
2122
IMAGE_WORKING_DIR: "/var/tmp/go/src/github.com/containers/image"
2223

2324

0 commit comments

Comments
 (0)