Skip to content

Commit

Permalink
Install deps with go get.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-scentregroup committed Apr 10, 2018
1 parent 5bcf71f commit ab0ab77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
working_directory: /go/src/github.com/flaccid/sitemap-crawler
steps:
- checkout
- run:
name: Install dependencies
command: go get ./...
- run:
name: Build linux static binaries
command: |
Expand Down

0 comments on commit ab0ab77

Please sign in to comment.