Skip to content

Commit

Permalink
Merge pull request #5 from reactiveops/rs/fix-circle-release-config
Browse files Browse the repository at this point in the history
Fixing CircleCI release config
  • Loading branch information
robscott authored Sep 28, 2018
2 parents 80f0187 + 067dc84 commit edee377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

steps:
- checkout
- run: curl https://glide.sh/get | sh
- run: glide install
- run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- run: dep ensure
- run: goreleaser

workflows:
Expand Down

0 comments on commit edee377

Please sign in to comment.