summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2021-01-08 14:30:11 +0100
committerGitHub <noreply@github.com>2021-01-08 14:30:11 +0100
commit99da64af4938c37df21d466000979ecefb45e246 (patch)
tree304ee7d2cbea40a59e22ea83d10cd15563ed324d /.circleci
parent15b4200698520c42c4be5707280961894f7fa4a7 (diff)
downloadnavit-99da64af4938c37df21d466000979ecefb45e246.tar.gz
fix:build:Remove install of git as the baseimage already has it
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0f0bf5470..9e4c7f88a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -224,9 +224,6 @@ jobs:
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
- add_ssh_keys: