From ff7f9a1257bba7bffc9f99ca1264c51ff5ee07e8 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 18 Nov 2017 07:18:39 +1100 Subject: Update Circle CI Configuration --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a07135..7c367eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,8 +4,10 @@ jobs: docker: - image: ubuntu steps: - - add_ssh_keys: - - run + - run: + name: Git installation + command: apt-get -qq update; apt-get -y install git + - add_ssh_keys - checkout - run: name: build -- cgit v1.2.1