From 99da64af4938c37df21d466000979ecefb45e246 Mon Sep 17 00:00:00 2001 From: jkoan Date: Fri, 8 Jan 2021 14:30:11 +0100 Subject: fix:build:Remove install of git as the baseimage already has it --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f0bf5470..9e4c7f88a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 -- cgit v1.2.1