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

fix CI automatic release submodule


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