1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 18:45:18 +01:00

Migrate chart-testing formula to homebrew/core (#247)

Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
Alexander Zigelski
2020-08-31 01:21:46 +02:00
committed by GitHub
parent 98f1d4896b
commit 49f3a5ee04
2 changed files with 0 additions and 16 deletions

View File

@@ -56,18 +56,3 @@ dockers:
extra_files:
- etc/chart_schema.yaml
- etc/lintconf.yaml
brews:
- github:
owner: helm
name: homebrew-tap
commit_author:
name: helm-bot
email: helm-bot@users.noreply.github.com
folder: Formula
homepage: https://github.com/helm/chart-testing/
description: Testing and linting Helm charts
install: |
bin.install "ct"
etc.install "etc" => "ct"
test: |
system "#{bin}/ct version"

View File

@@ -37,7 +37,6 @@ available tags [here](https://quay.io/repository/helmpack/chart-testing?tab=tags
### Homebrew
```console
$ brew tap helm/tap
$ brew install chart-testing
```