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

Commite47a64d

Browse files
committed
Skip upload-catalog when .tx/config not exists
1 parent7da698e commite47a64d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎scripts/push/upload-catalog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ ls -lF LC_MESSAGES
1111

1212
# upload catalogs to python-docs-ja
1313
cd"${BASEDIR}"/cpython-doc-catalog/Doc/locales
14+
if [!-e .tx/config ];then
15+
echo".tx/config does not exist. Skip uploading catalogs to python-docs-ja"
16+
exit 0
17+
fi
18+
1419
tx pull --force --language ja
1520
cd ja/LC_MESSAGES
1621
git add*.po**/*.po

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp