Skip to content

Commit

Permalink
Merge pull request containers#13067 from mheon/fix_ci_40
Browse files Browse the repository at this point in the history
Fix Cirrus destination branch
  • Loading branch information
openshift-merge-robot authored Jan 28, 2022
2 parents 1b544b7 + ebf5ad5 commit 7781dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "main"
DEST_BRANCH: "v4.0"
# Overrides default location (/tmp/cirrus) for repo clone
GOPATH: &gopath "/var/tmp/go"
GOBIN: "${GOPATH}/bin"
Expand Down

0 comments on commit 7781dd7

Please sign in to comment.