Skip to content

Commit

Permalink
Install git for mtls test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Jun 4, 2020
1 parent c5b5c27 commit 36d13b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip git
- run:
name: Install nox.
command: pip install nox
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
name: Install system dependencies.
command: |
apt-get update
apt-get install -y curl pandoc unzip
apt-get install -y curl pandoc unzip git
- run:
name: Install nox.
command: pip install nox
Expand Down

0 comments on commit 36d13b3

Please sign in to comment.