1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

ci: Remove strict host key checking for Github

By removing strict host key checking for Github, we shouldn't run into the issue where host
authenticity verification stalls the deployment.
This commit is contained in:
Trezy
2018-12-01 14:55:00 -06:00
committed by BcRikko
parent 97f1aef706
commit 2520af8afd

View File

@@ -4,7 +4,7 @@ defaults: &defaults
docker:
- image: circleci/node
working_directory: /home/circleci/app
working_directory: ~/app
@@ -139,6 +139,12 @@ jobs:
- attach_workspace:
at: .
- run:
command: |
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
git clone -b develop $CIRCLE_REPOSITORY_URL
cd $CIRCLE_PROJECT_REPONAME
- run:
name: Release
command: npx semantic-release