mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Minor fixes in dl path.
parent
f4b7131b98
commit
8d336b888a
|
|
@ -91,7 +91,7 @@ dl-python-linux:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == 'setup.py' || $CI_COMMIT_TAG
|
- if: $CI_COMMIT_BRANCH == 'setup.py' || $CI_COMMIT_TAG
|
||||||
script:
|
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/
|
- mkdir -p linux-python/
|
||||||
- cd linux-python
|
- cd linux-python
|
||||||
- tar xvf ../python.tar.xz
|
- tar xvf ../python.tar.xz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue