Restore Cirrus DEST_BRANCH to main

This slipped in from the machine-dev-5 branch merge. Oops.

Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
Matt Heon
2024-02-07 15:29:49 -05:00
parent 72f1617fac
commit 30fb5de719

View File

@ -6,7 +6,7 @@ env:
#### Global variables used for all tasks #### Global variables used for all tasks
#### ####
# Name of the ultimate destination branch for this CI run, PR or post-merge. # Name of the ultimate destination branch for this CI run, PR or post-merge.
DEST_BRANCH: "machine-dev-5" DEST_BRANCH: "main"
# Sane (default) value for GOPROXY and GOSUMDB. # Sane (default) value for GOPROXY and GOSUMDB.
GOPROXY: "https://proxy.golang.org,direct" GOPROXY: "https://proxy.golang.org,direct"
GOSUMDB: "sum.golang.org" GOSUMDB: "sum.golang.org"