Skip to content

Commit 4c154a2

Browse files
authored
fix: ts-fork-point github ssh error (#9226)
* fix: ts-fork-point github ssh error * no known_hosts at all? * wtf * ...ok
1 parent 5d472d4 commit 4c154a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ jobs:
380380
- run:
381381
name: build fork-point apis
382382
command: |
383+
mkdir -p ~/.ssh
384+
curl -L https://api.github.com/meta | jq -r '.ssh_keys | .[]' | sed -e 's/^/github.com /' >> ~/.ssh/known_hosts
383385
yarn build:api-branch --githash="origin/main" --output="base-api" && yarn build:api-branch && yarn compare:apis
384386
385387
- persist_to_workspace:

0 commit comments

Comments
 (0)