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 5d472d4 commit 4c154a2Copy full SHA for 4c154a2
.circleci/config.yml
@@ -380,6 +380,8 @@ jobs:
380
- run:
381
name: build fork-point apis
382
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
385
yarn build:api-branch --githash="origin/main" --output="base-api" && yarn build:api-branch && yarn compare:apis
386
387
- persist_to_workspace:
0 commit comments