Skip to content

Commit

Permalink
Merge pull request #149 from utsavtiwary04/circleci
Browse files Browse the repository at this point in the history
added circleci2 config
  • Loading branch information
utsavtiwary04 authored Apr 3, 2019
2 parents acdfa8a + deca96e commit b042ca3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1
steps:
- setup_remote_docker
- checkout
- run: make image
- run: make publish
- run: make clean

0 comments on commit b042ca3

Please sign in to comment.