Skip to content

Commit

Permalink
Append to ~/.ssh/config instead of replacing
Browse files Browse the repository at this point in the history
  • Loading branch information
taktran committed Jun 2, 2019
1 parent b1dcdd1 commit 92091bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- '44:cb:4b:98:b3:00:39:72:1e:69:6e:67:8e:58:f3:73'
- run:
name: Avoid hosts unknown for github
command: mkdir -p ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
command: mkdir -p ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- run:
name: Add git user name
command: git config --global user.name "$GIT_USERNAME"
Expand Down

0 comments on commit 92091bc

Please sign in to comment.