Navigation Menu

Skip to content

Commit

Permalink
circleci: fix goreleaser job
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCarrion committed Dec 28, 2018
1 parent ce65e07 commit d368604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
release:
docker:
- image: circleci/golang:1.11.2
working_directory: /go/src/github.com/MarioCarrion/nitpicking
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Expand Up @@ -5,8 +5,8 @@ builds:
-
main: ./cmd/nitpicking/main.go
binary: nitpicking
- env:
- CGO_ENABLED=0
env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
Expand Down

0 comments on commit d368604

Please sign in to comment.