mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Set Homebrew formula name
This commit is contained in:
parent
11b5b9808b
commit
29a9b89224
1 changed files with 2 additions and 4 deletions
|
|
@ -16,18 +16,16 @@ archives:
|
|||
files:
|
||||
- none*
|
||||
brews:
|
||||
- tap:
|
||||
- name: gotk
|
||||
tap:
|
||||
owner: fluxcd
|
||||
name: homebrew-tap
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
|
||||
folder: Formula
|
||||
homepage: "https://toolkit.fluxcd.io/"
|
||||
description: "GitOps Toolkit CLI"
|
||||
|
||||
dependencies:
|
||||
- name: kubectl
|
||||
type: optional
|
||||
|
||||
test: |
|
||||
system "#{bin}/gotk --version"
|
||||
|
|
|
|||
Loading…
Reference in a new issue