Skip to content

Commit

Permalink
💚 checkout after installing git for circleci-cli local
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jun 18, 2019
1 parent 6c91f38 commit 0da09dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
docker:
- image: ubuntu:18.04
steps:
- run: apt-get update ; apt-get install -y make git
- checkout
- run: apt-get update ; apt-get install -y make
- run: make deps-ubuntu deps-test deps install repo/assets
- run: make test
- run: make test-cli
Expand Down

0 comments on commit 0da09dd

Please sign in to comment.