diff options
-rw-r--r-- | .circleci/config.yml | 6 |
1 files 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 |