From 4f11517c0f8aa249bdceeaa045e8a32afb5d254f Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 23 Mar 2021 15:05:46 -0400 Subject: Cirrus: Update configuration for v3.1 branch Signed-off-by: Chris Evich --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 9c13f5303..f3acf8b8f 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: "v3.1" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" -- cgit v1.2.3-54-g00ecf