Skip to content

Commit

Permalink
fix indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
januswel committed May 4, 2016
1 parent 41037c4 commit 98d6ebf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ machine:
deployment:
release:
branch: 'master'
commands:
- 'go get github.com/mitchellh/gox'
- 'go get github.com/tcnksm/ghr'
- 'gox --osarch "windows/386 windows/amd64" --output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"'
- 'ghr -t $GITHUB_TOKEN -u $USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `cat release_tag` dist/'
commands:
- 'go get github.com/mitchellh/gox'
- 'go get github.com/tcnksm/ghr'
- 'gox --osarch "windows/386 windows/amd64" --output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"'
- 'ghr -t $GITHUB_TOKEN -u $USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `cat release_tag` dist/'

0 comments on commit 98d6ebf

Please sign in to comment.