File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ before_install:
23
23
- ls -la
24
24
- BASEDIR="$(pwd)"
25
25
- cd ~
26
- - 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
26
+ - 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
29
- chmod 600 ~/.ssh/python-docs-ja_${DOCS_BRANCH}
30
30
- chmod 600 ~/.ssh/cpython-doc-catalog_${CATALOG_BRANCH}
31
31
# Hack from: https://gist.github.com/jamesmcfadden/d379e04e7ae2861414886af189ec59e5
You can’t perform that action at this time.
0 commit comments