Skip to content

Commit

Permalink
Add CI context
Browse files Browse the repository at this point in the history
  • Loading branch information
hleb-albau committed Jan 9, 2019
1 parent 6a9a001 commit bfea83a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ workflows:
cyberd_build:
jobs:
- build_and_test:
context: Default
filters:
tags:
only: /.*/
- release_binaries:
context: Default
<<: *release_filter
requires:
- build_and_test
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ project_name: eth-pubkeys

builds:
-
main: ./main.go
main: ./
binary: eth-pubkeys
goos:
- linux
- darwin
- windows
goarch:
- amd64

Expand Down

0 comments on commit bfea83a

Please sign in to comment.