mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-10 09:06:15 +01:00
lint: Use git clone --depth=1
No need to download and store more than that.
This commit is contained in:
parent
fadb7c2a91
commit
fa7bee13bf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ ${CI_RETRY_EXE} apt-get install -y automake pkg-config libtool curl xz-utils git
|
||||||
PYTHON_PATH="/python_build"
|
PYTHON_PATH="/python_build"
|
||||||
if [ ! -d "${PYTHON_PATH}/bin" ]; then
|
if [ ! -d "${PYTHON_PATH}/bin" ]; then
|
||||||
(
|
(
|
||||||
${CI_RETRY_EXE} git clone https://github.com/pyenv/pyenv.git
|
${CI_RETRY_EXE} git clone --depth=1 https://github.com/pyenv/pyenv.git
|
||||||
cd pyenv/plugins/python-build || exit 1
|
cd pyenv/plugins/python-build || exit 1
|
||||||
./install.sh
|
./install.sh
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue