Skip to content

Commit

Permalink
added command
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 24, 2018
1 parent 6dc24d1 commit 545e669
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ jobs:
# tag:
# tag: /v[0-9]+(\.[0-9]+)*(-.*)*/
# owner: warren-veeraingam
commands:
- curl -sL https://git.io/goreleaser | bash
- run:
shell: /bin/sh
commands:
- curl -sL https://git.io/goreleaser | bash
# docker:
# - image: circleci/golang:1.10

Expand Down

0 comments on commit 545e669

Please sign in to comment.