summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2018-04-22 19:57:17 -0700
committerPierre Grandin <grandinp@gmail.com>2018-04-22 19:57:17 -0700
commit0ad2223fe37fdbcd84ab58bc012c75ea657109c1 (patch)
tree2ff4fb9b0bd62927aaf8541642e5b313ef091112
parent5721234c911b5ad703efb5d996ffed2fad77adf9 (diff)
downloadnavit-0ad2223fe37fdbcd84ab58bc012c75ea657109c1.tar.gz
Setup git to pull from blackbox in the correct job
-rw-r--r--.circleci/config.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index c65cd0231..07f5a4cf1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -64,6 +64,15 @@ jobs:
command: |
bash ci/update_download_center.sh
- run:
+ name: Install git
+ command: apt-get update && apt-get -y install ca-certificates git
+ - run:
+ name: configure ssh git
+ command: mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
+ - add_ssh_keys:
+ fingerprints:
+ - "16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48"
+ - run:
name: Update beta channel on PlayStore
command: bash ci/publish.sh
build_android_x86:
@@ -85,15 +94,6 @@ jobs:
- store_artifacts:
path: android-x86/navit/android/bin
- run:
- name: Install git
- command: apt-get update && apt-get -y install ca-certificates git
- - run:
- name: configure ssh git
- command: mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
- - add_ssh_keys:
- fingerprints:
- - "16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48"
- - run:
name: Update Navit-Download-Center
command: |
bash ci/update_download_center.sh