File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
# ### Global variables used for all tasks
7
7
# ###
8
8
# Name of the ultimate destination branch for this CI run, PR or post-merge.
9
- DEST_BRANCH : " v3.0"
9
+ DEST_BRANCH : " v3.0.1-rhel "
10
10
# Overrides default location (/tmp/cirrus) for repo clone
11
11
GOPATH : &gopath "/var/tmp/go"
12
12
GOBIN : " ${GOPATH}/bin"
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ PODMAN_SERVER_LOG=$CIRRUS_WORKING_DIR/server.log
77
77
# Defaults when not running under CI
78
78
export CI=" ${CI:- false} "
79
79
CIRRUS_CI=" ${CIRRUS_CI:- false} "
80
- DEST_BRANCH=" ${DEST_BRANCH:- master } "
80
+ DEST_BRANCH=" ${DEST_BRANCH:- main } "
81
81
CONTINUOUS_INTEGRATION=" ${CONTINUOUS_INTEGRATION:- false} "
82
82
CIRRUS_REPO_NAME=${CIRRUS_REPO_NAME:- podman}
83
83
# Cirrus only sets $CIRRUS_BASE_SHA properly for PRs, but $EPOCH_TEST_COMMIT
You can’t perform that action at this time.
0 commit comments