Commit ad1c5c48 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

mage: Update mage version.

Showing with 2 additions and 2 deletions
+2 -2
...@@ -33,7 +33,7 @@ dl-mage-linux: ...@@ -33,7 +33,7 @@ dl-mage-linux:
rules: rules:
- if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
script: script:
- curl -L -o mage.tgz https://gitlab.irstea.fr/jean-baptiste.faure/mage/-/releases/Test6/downloads/packages/mage_linux.tgz - curl -L -o mage.tgz https://gitlab.irstea.fr/jean-baptiste.faure/mage/-/releases/v8.3.0/downloads/packages/mage_linux.tgz
- mkdir -p mage-linux - mkdir -p mage-linux
- cd mage-linux - cd mage-linux
- tar xvf ../mage.tgz - tar xvf ../mage.tgz
...@@ -50,7 +50,7 @@ dl-mage-windows: ...@@ -50,7 +50,7 @@ dl-mage-windows:
rules: rules:
- if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH == 'ci-test' || $CI_COMMIT_BRANCH == 'master' || $CI_COMMIT_TAG
script: script:
- curl -L -o mage.tgz https://gitlab.irstea.fr/jean-baptiste.faure/mage/-/releases/Test6/downloads/packages/mage_windows.tgz - curl -L -o mage.tgz https://gitlab.irstea.fr/jean-baptiste.faure/mage/-/releases/v8.3.0/downloads/packages/mage_windows.tgz
- mkdir -p mage-windows - mkdir -p mage-windows
- cd mage-windows - cd mage-windows
- tar xvf ../mage.tgz - tar xvf ../mage.tgz
......
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