Skip to content

Commit

Permalink
Fix goreleaser invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff committed May 12, 2019
1 parent 8a75b22 commit 63d9be1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@ jobs:
- image: ncabatoff/dbms_exporter_builder:1.1.5
steps:
- checkout
- run: curl -LO https://github.com/goreleaser/goreleaser/releases/latest/download/goreleaser_amd64.deb
- run: dpkg -i goreleaser_amd64.deb
- run: goreleaser release
- run: |
curl -LO https://github.com/goreleaser/goreleaser/releases/latest/download/goreleaser_amd64.deb
dpkg -i goreleaser_amd64.deb
rm goreleaser_amd64.deb
goreleaser release
release_image:
environment:
Expand Down

0 comments on commit 63d9be1

Please sign in to comment.