Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/helm/chart-testing into f…
Browse files Browse the repository at this point in the history
…eature/upgrade-testing
  • Loading branch information
jlegrone committed Mar 11, 2019
2 parents 0f2026a + 47ae4d5 commit de15bea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Install tools
command: |
apk add bash build-base ca-certificates curl docker git openssh
curl -SLO https://github.com/goreleaser/goreleaser/releases/download/v0.95.2/goreleaser_Linux_x86_64.tar.gz
curl -SLO https://github.com/goreleaser/goreleaser/releases/download/v0.102.0/goreleaser_Linux_x86_64.tar.gz
mkdir -p /usr/local/goreleaser
tar -xzf goreleaser_Linux_x86_64.tar.gz -C /usr/local/goreleaser
ln -s /usr/local/goreleaser/goreleaser /usr/local/bin/goreleaser
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ snapshot:
dockers:
- goos: linux
goarch: amd64
binary: ct
binaries:
- ct
skip_push: false
dockerfile: Dockerfile
image_templates:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See documentation for individual commands:
* [ct install](doc/ct_install.md)
* [ct lint](doc/ct_lint.md)
* [ct lint-and-install](doc/ct_lint-and-install.md)
* [ct lint-changed](doc/ct_list-changed.md)
* [ct list-changed](doc/ct_list-changed.md)
* [ct version](doc/ct_version.md)


Expand Down

0 comments on commit de15bea

Please sign in to comment.