Skip to content

Commit 803cd8c

Browse files
Update config.yml
1 parent 62c351d commit 803cd8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
environment: # environment variables for primary container
77
PIPENV_VENV_IN_PROJECT: true
88
steps: # steps that comprise the `build` job
9+
- add_ssh_keys:
10+
fingerprints:
11+
- "c8:f7:fc:a0:0d:2c:43:93:e3:c7:b6:cf:16:93:98:e1"
912
- checkout # check out source code to working directory
1013
- run: sudo chown -R circleci:circleci /usr/local/bin
1114
- restore_cache:
@@ -34,7 +37,7 @@ jobs:
3437
steps:
3538
- add_ssh_keys:
3639
fingerprints:
37-
- "f2:39:9a:e8:27:1a:9c:ab:cd:18:14:aa:00:e8:b0:73"
40+
- "c8:f7:fc:a0:0d:2c:43:93:e3:c7:b6:cf:16:93:98:e1"
3841
- checkout
3942
- run: sudo chown -R circleci:circleci /usr/local/bin
4043
- restore_cache:

0 commit comments

Comments
 (0)