From 22e4ecc702daab11c24a891430006b2b353f9ebf Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 1 Dec 2020 11:52:57 -0500 Subject: Cirrus: Update for v2.2 branch Signed-off-by: Chris Evich --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5f99b0490..aad3392a9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ env: #### Global variables used for all tasks #### # Name of the ultimate destination branch for this CI run, PR or post-merge. - DEST_BRANCH: "master" + DEST_BRANCH: "v2.2" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" -- cgit v1.2.3-54-g00ecf