diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:19:54 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:19:54 +1100 |
commit | d41bc0a0156c9011624a03474e40abfb923e6215 (patch) | |
tree | f962013bd759164705fa16d40963b8343d89c17d | |
parent | ff7f9a1257bba7bffc9f99ca1264c51ff5ee07e8 (diff) | |
download | cv-d41bc0a0156c9011624a03474e40abfb923e6215.tar.gz cv-d41bc0a0156c9011624a03474e40abfb923e6215.tar.bz2 cv-d41bc0a0156c9011624a03474e40abfb923e6215.tar.xz cv-d41bc0a0156c9011624a03474e40abfb923e6215.zip |
Update Circle CI Configuration
-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: |