We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c351d commit 803cd8cCopy full SHA for 803cd8c
.circleci/config.yml
@@ -6,6 +6,9 @@ jobs:
6
environment: # environment variables for primary container
7
PIPENV_VENV_IN_PROJECT: true
8
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"
12
- checkout # check out source code to working directory
13
- run: sudo chown -R circleci:circleci /usr/local/bin
14
- restore_cache:
@@ -34,7 +37,7 @@ jobs:
34
37
steps:
35
38
- add_ssh_keys:
36
39
fingerprints:
- - "f2:39:9a:e8:27:1a:9c:ab:cd:18:14:aa:00:e8:b0:73"
40
41
- checkout
42
43
0 commit comments