Skip to content

Commit

Permalink
Setup pluto for prerelease. Use bash in relesae (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman authored Aug 20, 2021
1 parent e8ddbe1 commit 3a62464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
release:
working_directory: /go/src/github.com/fairwindsops/pluto
resource_class: large
shell: /bin/bash
docker:
- image: goreleaser/goreleaser:v0.174.2
environment:
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ brews:
description: Detect deprecated Kubernetes apiVersions
test: |
system "#{bin}/pluto version"
release:
prerelease: auto
builds:
- ldflags:
- -X main.version={{.Version}} -X main.commit={{.Commit}} -s -w
Expand Down

0 comments on commit 3a62464

Please sign in to comment.