diff options
author | Joseph Herlant <herlantj@gmail.com> | 2018-04-20 05:16:08 -0700 |
---|---|---|
committer | Joseph Herlant <herlantj@gmail.com> | 2018-04-20 05:16:08 -0700 |
commit | 8659e757c63f7129e880c70861b8a3978f6a8374 (patch) | |
tree | a33829e1418b5bef0de6befaee29a3d030d469c9 | |
parent | 1670e14c1169218af450753de279b6d7b99e83c3 (diff) | |
download | navit-8659e757c63f7129e880c70861b8a3978f6a8374.tar.gz |
Fix:CI:Use circleci git command as it seems the fingerprint add only works on it
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index e5defc266..4556de0b1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -158,9 +158,6 @@ jobs: <<: *defaults steps: - checkout - - run: - name: Install git - command: apt-get update && apt-get -y install ca-certificates git - add_ssh_keys: fingerprints: - "16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48" |