Skip to content

Commit

Permalink
fix:build:Remove install of git as the baseimage already has it
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed Jan 8, 2021
1 parent 15b4200 commit 99da64a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,6 @@ jobs:
- image: cimg/base:2020.01
steps:
- checkout
- run:
name: Install git
command: apt-get update && apt-get -y install ca-certificates git
- run:
name: configure ssh git
command: mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
Expand Down

0 comments on commit 99da64a

Please sign in to comment.