8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec7755 commit 79379dcCopy full SHA for 79379dc
.travis.yml
@@ -15,6 +15,7 @@ before_install:
15
- cd ~
16
- tar xvf "${BASEDIR}"/python-docs-ja/secrets.tar
17
- chmod 600 ~/.ssh/python-docs-ja
18
+- chmod 600 ~/.ssh/cpython-doc-catalog
19
# Hack from: https://gist.github.com/jamesmcfadden/d379e04e7ae2861414886af189ec59e5
20
- echo -e "Host python-docs-ja.github.com\n\tHostName github.com\n\tIdentityFile ~/.ssh/python-docs-ja\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
21
- echo -e "Host cpython-doc-catalog.github.com\n\tHostName github.com\n\tIdentityFile ~/.ssh/cpython-doc-catalog\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
0 commit comments