Skip to content

Commit

Permalink
CircleCI: Install git (requires apt-get update first)
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 20, 2018
1 parent 72fb0ff commit 7705014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- run:
name: Install galaxy requirements
command: |
apt-get -qq update
apt-get install -y git
ansible-galaxy install -r requirements.yml
- run:
name: Install ansible-lint
Expand Down

0 comments on commit 7705014

Please sign in to comment.