summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2018-04-25 00:12:45 -0700
committerPierre Grandin <grandinp@gmail.com>2018-04-25 00:12:45 -0700
commitc2c1a701a5b9962435e2a9e277b6467f1f3d2509 (patch)
treefa48117be52d260ac33cf39b073b5fdc5d390c21
parentbe112b58a92d98d4e548fa0453642ae0bd38c8ae (diff)
downloadnavit-c2c1a701a5b9962435e2a9e277b6467f1f3d2509.tar.gz
Moved package installation to the Dockerfile
-rw-r--r--.circleci/config.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 95605dff8..a4d978cbc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -54,9 +54,6 @@ jobs:
command: |
bash ci/build_android.sh
- run:
- name: Install git
- command: apt-get update && apt-get -y install ca-certificates git python-pip
- - run:
name: configure ssh git
command: mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- add_ssh_keys: