Unverified Commit b92904a6 authored by Julien Veyssier's avatar Julien Veyssier
Browse files

fix CI automatic release submodule


Signed-off-by: default avatarJulien Veyssier <eneiluj@posteo.net>
No related merge requests found
Pipeline #12716 passed with stage
in 27 seconds
Showing with 6 additions and 6 deletions
+6 -6
image: ubuntu:19.10 image: ubuntu:19.10
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages: stages:
- build - build
...@@ -15,10 +18,6 @@ build_hrudelin_plugin_release: ...@@ -15,10 +18,6 @@ build_hrudelin_plugin_release:
- build - build
artifacts: artifacts:
paths: paths:
- release - hrudelin-*.zip
script: script:
- mkdir release
- ./version.sh - ./version.sh
- export VERSION=`cat version.txt`
- mv hrudelin-$VERSION.zip ./release/
[submodule "hru-delin"] [submodule "hru-delin"]
path = hrudelinCore path = hrudelinCore
url = https://gitlab.irstea.fr/julien.veyssier/hru-delin #url = https://gitlab.irstea.fr/julien.veyssier/hru-delin.git
url = ../../julien.veyssier/hru-delin.git
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