Skip to content

Commit

Permalink
Merge pull request #3 from reactiveops/rs/ci-releases
Browse files Browse the repository at this point in the history
Moving release to CircleCi
  • Loading branch information
robscott committed Sep 12, 2018
2 parents 628f6ee + 5c6a4ef commit d7112ee
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,29 @@ jobs:
- run: curl https://glide.sh/get | sh
- run: glide install
- run: go test -v ./lookup/...

release:
working_directory: /go/src/github.com/reactiveops/rbac-lookup

docker:
- image: goreleaser/goreleaser

steps:
- checkout
- run: curl https://glide.sh/get | sh
- run: glide install
- run: goreleaser

workflows:
version: 2
build:
jobs:
- build
release:
jobs:
- release:
filters:
branches:
ignore: /.*/
tags:
only: /.*/

0 comments on commit d7112ee

Please sign in to comment.