Skip to content

Commit

Permalink
fix(CI): remove CircleCI ssh hack
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Apr 7, 2020
1 parent 4a95ec7 commit 80d6eae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tooling/ci/demos-deploy-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

# Clone the demo repo
cd "$HOME" || exit
# HACK: Avoid hosts unknown for GitHub: https://discuss.circleci.com/t/git-clone-fails-in-circle-2-0/15211
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
git clone git@github.com:GetTerminus/ui-demos-release.git

# Enter the demos repo
Expand Down

0 comments on commit 80d6eae

Please sign in to comment.