From 8d336b888a484139046154b2c6fc46fc2e750dcd Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Wed, 29 May 2024 10:38:39 +0200 Subject: [PATCH] ci: Minor fixes in dl path. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7eb3dcfa..d91b00c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,7 +91,7 @@ dl-python-linux: rules: - if: $CI_COMMIT_BRANCH == 'setup.py' || $CI_COMMIT_TAG script: - - curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/custom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/packages/python.tar.xz + - curl -L -o python.tar.xz https://gitlab.irstea.fr/parouby/custom-python-build/-/releases/$CUSTOM_PYTHON_VERSION/downloads/linux/python.tar.xz - mkdir -p linux-python/ - cd linux-python - tar xvf ../python.tar.xz