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