From 40ef17ac282fab7229a121635f81842fb5d65eb0 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 30 Jun 2021 11:39:19 -0400 Subject: Cirrus: Fixes due to master->main rename 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 d32275a39..8a79ade78 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: "main" # Overrides default location (/tmp/cirrus) for repo clone GOPATH: &gopath "/var/tmp/go" GOBIN: "${GOPATH}/bin" -- cgit v1.2.3-54-g00ecf