CI: fix ssh keys

This commit is contained in:
Alexander Zobnin
2020-09-02 17:31:56 +03:00
parent 457f4416b3
commit 98dab9acce

View File

@@ -162,9 +162,6 @@ jobs:
executor: e2e_exec executor: e2e_exec
working_directory: ~/alexanderzobnin/grafana-zabbix working_directory: ~/alexanderzobnin/grafana-zabbix
steps: steps:
- add_ssh_keys:
fingerprints:
- ${GITHUB_SSH_FINGERPRINT}
- attach_workspace: - attach_workspace:
at: ~/alexanderzobnin at: ~/alexanderzobnin
- run: - run:
@@ -213,7 +210,7 @@ jobs:
steps: steps:
- add_ssh_keys: - add_ssh_keys:
fingerprints: fingerprints:
- ${GITHUB_PROJECT_SSH_KEY_FINGERPRINT} - dc:7e:54:e0:aa:56:4d:e5:60:7b:f3:51:24:2d:d3:29
- attach_workspace: - attach_workspace:
at: ~/alexanderzobnin at: ~/alexanderzobnin
- run: ./.circleci/make-release.sh - run: ./.circleci/make-release.sh
@@ -249,7 +246,7 @@ jobs:
steps: steps:
- add_ssh_keys: - add_ssh_keys:
fingerprints: fingerprints:
- ${GITHUB_PROJECT_SSH_KEY_FINGERPRINT} - dc:7e:54:e0:aa:56:4d:e5:60:7b:f3:51:24:2d:d3:29
- checkout - checkout
- attach_workspace: - attach_workspace:
at: ../gh-pages at: ../gh-pages