diff options
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files 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: |