8000 Add chmod for another key file · python/python-docs-ja@79379dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 79379dc

Browse files
committed
Add chmod for another key file
1 parent 4ec7755 commit 79379dc

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
@@ -15,6 +15,7 @@ before_install:
1515
- cd ~
1616
- tar xvf "${BASEDIR}"/python-docs-ja/secrets.tar
1717
- chmod 600 ~/.ssh/python-docs-ja
18+
- chmod 600 ~/.ssh/cpython-doc-catalog
1819
# Hack from: https://gist.github.com/jamesmcfadden/d379e04e7ae2861414886af189ec59e5
1920
- echo -e "Host python-docs-ja.github.com\n\tHostName github.com\n\tIdentityFile ~/.ssh/python-docs-ja\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
2021
- 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

Comments
 (0)
0