ci: Add missing CI_RETRY_EXE before git clone

This commit is contained in:
MarcoFalke
2023-10-09 17:19:34 +02:00
committed by Hennadii Stepanov
parent b705bade44
commit 6889a80766
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ ${CI_RETRY_EXE} apt-get install -y curl xz-utils git gpg
PYTHON_PATH="/python_build"
if [ ! -d "${PYTHON_PATH}/bin" ]; then
(
git clone https://github.com/pyenv/pyenv.git
${CI_RETRY_EXE} git clone https://github.com/pyenv/pyenv.git
cd pyenv/plugins/python-build || exit 1
./install.sh
)