8000 Show .ssh/config contents · python/python-docs-ja@1851bfe · GitHub
[go: up one dir, main page]

Skip to content

Commit 1851bfe

Browse files
committed
Show .ssh/config contents
1 parent 6ba1068 commit 1851bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818
# Hack from: https://gist.github.com/jamesmcfadden/d379e04e7ae2861414886af189ec59e5
1919
- echo -e "Host python-docs-ja.github.com\n\tHostName github.com\n\tIdentityFile ~/.ssh/python-docs-ja\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
2020
- echo -e "Host cpython-doc-catalog.github.com\n\tHostName github.com\n\tIdentityFile ~/.ssh/cpython-doc-catalog\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
21+
- cat ~/.ssh/config
2122
- git config --global user.email "travisci-build-bot@example.com"
2223
- git config --global user.name "Autobuild bot on TravisCI"
2324
install:

0 commit comments

Comments
 (0)
0