mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +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:
|
files:
|
||||||
- none*
|
- none*
|
||||||
brews:
|
brews:
|
||||||
- tap:
|
- name: gotk
|
||||||
|
tap:
|
||||||
owner: fluxcd
|
owner: fluxcd
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||||
|
|
||||||
folder: Formula
|
folder: Formula
|
||||||
homepage: "https://toolkit.fluxcd.io/"
|
homepage: "https://toolkit.fluxcd.io/"
|
||||||
description: "GitOps Toolkit CLI"
|
description: "GitOps Toolkit CLI"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kubectl
|
- name: kubectl
|
||||||
type: optional
|
type: optional
|
||||||
|
|
||||||
test: |
|
test: |
|
||||||
system "#{bin}/gotk --version"
|
system "#{bin}/gotk --version"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue