File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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)
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
You can’t perform that action at this time.
0 commit comments