Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 5e0e189

Browse files
committed
update dircle build
1 parent 0f19ddc commit 5e0e189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jobs:
5757
steps:
5858
- *restore_repo
5959
- *restore_npm_cache
60+
- add_ssh_keys
6061
- run:
6162
name: Avoid hosts unknown for github
62-
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
63+
command: echo -e " StrictHostKeyChecking no\n" >> ~/.ssh/config
6364
- run: npx semantic-release -e ./config/release.config.js --debug
6465

6566

0 commit comments

Comments
 (0)