Skip to content

Commit 7a14da1

Browse files
committed
The doc updater needs the r/w SSH key too
Add it to the container to ensure we DTRT.
1 parent f2a1412 commit 7a14da1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ jobs:
124124
docker:
125125
- image: clojure:lein-2.9.1
126126
steps:
127+
- add_ssh_keys:
128+
fingerprints:
129+
- "d2:c7:c5:4d:9d:8c:55:b9:99:49:93:3f:ee:04:29:de"
127130
- checkout
128131
- attach_workspace:
129132
at: /workspace

0 commit comments

Comments
 (0)