Skip to content

Commit

Permalink
#2 - add checkout to circleci yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Jun 11, 2019
1 parent a5350ab commit 89a6f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ jobs: # basic units of work in a run
- image: circleci/golang:1.12
parallelism: 1
steps:
- checkout # check out source code to working directory
- run: go build . ## build

0 comments on commit 89a6f77

Please sign in to comment.