Commit 4d026afb authored by Theophile Terraz's avatar Theophile Terraz
Browse files

debug CI

No related merge requests found
Pipeline #62643 passed with stages
in 4 minutes and 33 seconds
Showing with 3 additions and 2 deletions
+3 -2
...@@ -30,6 +30,7 @@ stages: ...@@ -30,6 +30,7 @@ stages:
variables: variables:
MAGE_8_VERSION: "v8.3.6" MAGE_8_VERSION: "v8.3.6"
ADISTS_VERSION: "v1.0.2"
dl-mage8-doc: dl-mage8-doc:
stage: downloads stage: downloads
...@@ -92,7 +93,7 @@ dl-adists-linux: ...@@ -92,7 +93,7 @@ dl-adists-linux:
script: script:
- mkdir -p adists-linux - mkdir -p adists-linux
- cd 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: artifacts:
paths: paths:
- adists-linux/adists - adists-linux/adists
...@@ -106,7 +107,7 @@ dl-adists-windows: ...@@ -106,7 +107,7 @@ dl-adists-windows:
script: script:
- mkdir -p adists-windows - mkdir -p adists-windows
- cd 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: artifacts:
paths: paths:
- adists-windows/adists.exe - adists-windows/adists.exe
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment