summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f1c2c6f30..9e4c7f88a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -219,13 +219,11 @@ jobs:
command: |
bash scripts/update_download_center.sh
merge_trunk_in_master:
- <<: *defaults
+ docker:
+ - image: cimg/base:2020.01
steps:
- checkout
- 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: