Skip to content

Commit

Permalink
add missing command name
Browse files Browse the repository at this point in the history
  • Loading branch information
designatednerd committed Sep 17, 2020
1 parent 3c85cf1 commit 66902a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -38,6 +38,7 @@ commands:
name: Remove old SSH key
- run:
command: for ip in $(dig @8.8.8.8 bitbucket.org +short); do ssh-keyscan bitbucket.org,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts || true
name: Bitbucket Key Workaround
- run:
command: for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts || true
name: Github Key Workaround
Expand Down

0 comments on commit 66902a3

Please sign in to comment.