mirror of https://gitlab.com/pamhyr/pamhyr2
debug CI
parent
4e888d9db0
commit
4d026afb2c
|
|
@ -30,6 +30,7 @@ stages:
|
|||
|
||||
variables:
|
||||
MAGE_8_VERSION: "v8.3.6"
|
||||
ADISTS_VERSION: "v1.0.2"
|
||||
|
||||
dl-mage8-doc:
|
||||
stage: downloads
|
||||
|
|
@ -92,7 +93,7 @@ dl-adists-linux:
|
|||
script:
|
||||
- mkdir -p adists-linux
|
||||
- cd adists-linux
|
||||
- curl -L -o adists https://gitlab.irstea.fr/jean-baptiste.faure/adists/-/releases/v1.0.1/downloads/executables/adists
|
||||
- curl -L -o adists https://gitlab.irstea.fr/jean-baptiste.faure/adists/-/releases/$ADISTS_VERSION/downloads/executables/adists
|
||||
artifacts:
|
||||
paths:
|
||||
- adists-linux/adists
|
||||
|
|
@ -106,7 +107,7 @@ dl-adists-windows:
|
|||
script:
|
||||
- mkdir -p adists-windows
|
||||
- cd adists-windows
|
||||
- curl -L -o adists.exe https://gitlab.irstea.fr/jean-baptiste.faure/adists/-/releases/v1.0.1/downloads/executables/adists_win64.exe
|
||||
- curl -L -o adists.exe https://gitlab.irstea.fr/jean-baptiste.faure/adists/-/releases/$ADISTS_VERSION/downloads/executables/adists_win64.exe
|
||||
artifacts:
|
||||
paths:
|
||||
- adists-windows/adists.exe
|
||||
|
|
|
|||
Loading…
Reference in New Issue