From 63cc9b6acdd2c4e143d29568d4fbde6795e82ea3 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 6 Dec 2019 21:49:45 +0000 Subject: [PATCH] Added install git --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3849388b..2d9aa684 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: steps: - run: name: Install Git - command: 'apt-get update && apt-get install git' + command: 'apt-get update && apt-get -y install git' - checkout - run: name: Installing SUDO