Skip to content

Commit

Permalink
Removing brew temporarily (#1201)
Browse files Browse the repository at this point in the history
* change author

* remove brew for now

Co-authored-by: Justin Thompson <[email protected]>
  • Loading branch information
J-Thompson12 and Justin Thompson authored Dec 8, 2021
1 parent fa934b3 commit b9e1433
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,25 +66,4 @@ builds:
goos:
- darwin
goarch:
- arm64

brews:
- tap:
owner: weaveworks
name: homebrew-tap
commit_author:
name: weaveworks-gitops-test-weave-gitops-bot
email: [email protected]
folder: Formula
homepage: "https://docs.gitops.weave.works/docs/getting-started"
description: "GitOps support for Kubernetes"
install: |
bin.install "gitops"
# Install bash completion
output = Utils.popen_read("#{bin}/gitops completion bash")
(bash_completion/"gitops").write output
# Install zsh completion
output = Utils.popen_read("#{bin}/gitops completion zsh")
(zsh_completion/"_gitops").write output
- arm64

0 comments on commit b9e1433

Please sign in to comment.