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 4cde0ec commit a18c42bCopy full SHA for a18c42b
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
- ls -la
24
- BASEDIR="$(pwd)"
25
- cd ~
26
-- openssl aes-256-cbc -K $encrypted_9796e8faf501_key -iv $encrypted_9796e8faf501_iv -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_{DOCS_BRANCH}.tar -d
+- openssl aes-256-cbc -K ${encryption_27_K} -iv ${encryption_27_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_{DOCS_BRANCH}.tar -d
27
- tar xvf ~/secrets_{DOCS_BRANCH}.tar
28
- rm ~/secrets_{DOCS_BRANCH}.tar
29
- chmod 600 ~/.ssh/python-docs-ja_${DOCS_BRANCH}
secrets_2.7.tar.enc
0 Bytes
0 commit comments