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 352c398 commit 0e3e01cCopy full SHA for 0e3e01c
.travis.yml
@@ -18,12 +18,12 @@ env:
18
before_install:
19
- export TZ=Asia/Tokyo
20
- git checkout ${DOCS_BRANCH}
21
-- openssl aes-256-cbc -K $encrypted_9796e8faf501_key -iv $encrypted_9796e8faf501_iv -in secrets.tar.enc -out ~/secrets.tar -d
22
- cd ..
23
- pwd
24
- ls -la
25
- BASEDIR="$(pwd)"
26
- cd ~
+- openssl aes-256-cbc -K $encrypted_9796e8faf501_key -iv $encrypted_9796e8faf501_iv -in "${BASEDIR}/python-docs-ja/secrets.tar.enc" -out ~/secrets.tar -d
27
- tar xvf ~/secrets.tar
28
- rm ~/secrets.tar
29
- chmod 600 ~/.ssh/python-docs-ja
0 commit comments