Skip to content

Commit

Permalink
fix config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 committed Apr 24, 2018
1 parent ef631b8 commit 33f81e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
steps:
- checkout

- run:
name: install deps
command: make deps

- run:
name: update GitHub releases and update brew formula
command: make brew-update
Expand Down
3 changes: 0 additions & 3 deletions .circleci/scripts/build-assets.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ OSARCH='darwin/386 darwin/amd64 linux/386 linux/amd64 linux/arm linux/arm64'
mkdir pkg
cd pkg

make deps

gox -osarch "$OSARCH" \
-ldflags="-X github.com/ktr0731/evans/vendor/github.com/ktr0731/go-updater/github.isGitHubReleasedBinary=true" \
..


for f in *; do
mv "$f" evans
tar cvf "$f.tar.gz" evans
Expand Down

0 comments on commit 33f81e6

Please sign in to comment.