diff --git a/.circleci/config.yml b/.circleci/config.yml index 3888f7a8c4..969bd95abc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,9 @@ jobs: steps: - setup_remote_docker: version: 19.03.12 + - add_ssh_keys: + fingerprints: + - c6:96:98:82:dc:04:6c:39:dd:ac:83:05:e3:15:1c:98 - checkout - run: command: make -C packages*.lock write-builder-cache-keys @@ -73,6 +76,9 @@ jobs: steps: - setup_remote_docker: version: 19.03.12 + - add_ssh_keys: + fingerprints: + - c6:96:98:82:dc:04:6c:39:dd:ac:83:05:e3:15:1c:98 - checkout - run: command: make -C packages*.lock write-package-cache-key @@ -120,6 +126,9 @@ jobs: steps: - setup_remote_docker: version: 19.03.12 + - add_ssh_keys: + fingerprints: + - c6:96:98:82:dc:04:6c:39:dd:ac:83:05:e3:15:1c:98 - checkout - run: command: make -C packages*.lock write-package-cache-key diff --git a/.circleci/config/@build-release.yml b/.circleci/config/@build-release.yml index 47b9c8513e..b444b6e340 100644 --- a/.circleci/config/@build-release.yml +++ b/.circleci/config/@build-release.yml @@ -31,6 +31,10 @@ jobs: steps: - setup_remote_docker: version: 19.03.12 + - add_ssh_keys: + fingerprints: + # hashicorp-ci github user. TODO: Make this configurable. + - "c6:96:98:82:dc:04:6c:39:dd:ac:83:05:e3:15:1c:98" - checkout - write-build-layer-cache-keys @@ -78,6 +82,10 @@ jobs: steps: - setup_remote_docker: version: 19.03.12 + - add_ssh_keys: + fingerprints: + # hashicorp-ci github user. TODO: Make this configurable. + - "c6:96:98:82:dc:04:6c:39:dd:ac:83:05:e3:15:1c:98" - checkout @@ -124,6 +132,10 @@ jobs: steps: - setup_remote_docker: version: 19.03.12 + - add_ssh_keys: + fingerprints: + # hashicorp-ci github user. TODO: Make this configurable. + - "c6:96:98:82:dc:04:6c:39:dd:ac:83:05:e3:15:1c:98" - checkout