Skip to content

Commit eebd611

Browse files
Merge pull request #10924 from cevich/update_v301rhel
[CI:DOCS] Cirrus: Branch maintenance
2 parents fafafa5 + a3a2cbb commit eebd611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
#### Global variables used for all tasks
77
####
88
# 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"
1010
# Overrides default location (/tmp/cirrus) for repo clone
1111
GOPATH: &gopath "/var/tmp/go"
1212
GOBIN: "${GOPATH}/bin"

contrib/cirrus/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ PODMAN_SERVER_LOG=$CIRRUS_WORKING_DIR/server.log
7777
# Defaults when not running under CI
7878
export CI="${CI:-false}"
7979
CIRRUS_CI="${CIRRUS_CI:-false}"
80-
DEST_BRANCH="${DEST_BRANCH:-master}"
80+
DEST_BRANCH="${DEST_BRANCH:-main}"
8181
CONTINUOUS_INTEGRATION="${CONTINUOUS_INTEGRATION:-false}"
8282
CIRRUS_REPO_NAME=${CIRRUS_REPO_NAME:-podman}
8383
# Cirrus only sets $CIRRUS_BASE_SHA properly for PRs, but $EPOCH_TEST_COMMIT

0 commit comments

Comments
 (0)