diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:18:39 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:18:39 +1100 |
commit | ff7f9a1257bba7bffc9f99ca1264c51ff5ee07e8 (patch) | |
tree | 75d0498a4ddacd900dec74672076f51cd483ebc3 /.circleci | |
parent | 6773561ba3c0035e32dc5c4c2d9a8c935907c446 (diff) | |
download | cv-ff7f9a1257bba7bffc9f99ca1264c51ff5ee07e8.tar.gz cv-ff7f9a1257bba7bffc9f99ca1264c51ff5ee07e8.tar.bz2 cv-ff7f9a1257bba7bffc9f99ca1264c51ff5ee07e8.tar.xz cv-ff7f9a1257bba7bffc9f99ca1264c51ff5ee07e8.zip |
Update Circle CI Configuration
Diffstat (limited to '.circleci')
-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 |