1
0
mirror of synced 2026-02-11 20:35:56 +00:00

Set Homebrew formula name

This commit is contained in:
stefanprodan
2020-09-07 12:04:27 +03:00
parent 11b5b9808b
commit 29a9b89224

View File

@@ -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"