Browse Source

Use main branch when working with Homebrew tap's git repo

Closes gh-26173
pull/27078/head
Andy Wilkinson 5 years ago
parent
commit
2dce3abe84
  1. 2
      ci/pipeline.yml

2
ci/pipeline.yml

@ -76,7 +76,7 @@ anchors:
uri: ((homebrew-tap-repo)) uri: ((homebrew-tap-repo))
username: ((github-username)) username: ((github-username))
password: ((github-password)) password: ((github-password))
branch: master branch: main
resource_types: resource_types:
- name: artifactory-resource - name: artifactory-resource
type: registry-image type: registry-image

Loading…
Cancel
Save