Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43fc26f

Browse files
committed
Fix typo
1 parent4159a32 commit43fc26f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ before_install:
2323
-ls -la
2424
-BASEDIR="$(pwd)"
2525
-cd ~
26-
-openssl aes-256-cbc -K ${encryption_36_K} -iv ${encryption_36_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_36_K} -iv ${encryption_36_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
2929
-chmod 600 ~/.ssh/python-docs-ja_${DOCS_BRANCH}
3030
-chmod 600 ~/.ssh/cpython-doc-catalog_${CATALOG_BRANCH}
3131
# Hack from: https://gist.github.com/jamesmcfadden/d379e04e7ae2861414886af189ec59e5

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp