Skip to content

Commit 7806e98

Browse files
committed
Avoid shallow cloning
1 parent 7949361 commit 7806e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push/upload-catalog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eux
33

44
# clone an additional repository
55
cd "${BASEDIR}"
6-
git clone --depth 50 --branch ${CATALOG_BRANCH} https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
6+
git clone --branch ${CATALOG_BRANCH} https://github.com/python-doc-ja/cpython-doc-catalog.git cpython-doc-catalog
77
mkdir -p "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
88
cd "${BASEDIR}"/cpython-doc-catalog/Doc/locales/ja
99
ln -s "${BASEDIR}"/python-docs-ja LC_MESSAGES

0 commit comments

Comments
 (0)