From 2272bc3721ebb5395da1dc99f40016b12582d410 Mon Sep 17 00:00:00 2001 From: Julien Veyssier <eneiluj@posteo.net> Date: Sat, 2 May 2020 17:22:19 +0200 Subject: [PATCH] fix CI automatic release submodule Signed-off-by: Julien Veyssier <eneiluj@posteo.net> --- .gitlab-ci.yml | 4 +++- .gitmodules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0ede24..8423f5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: ubuntu:19.10 +variables: + GIT_SUBMODULE_STRATEGY: recursive + stages: - build @@ -21,4 +24,3 @@ build_hrudelin_plugin_release: - ./version.sh - export VERSION=`cat version.txt` - mv hrudelin-$VERSION.zip ./release/ - diff --git a/.gitmodules b/.gitmodules index 13110a6..05f54f3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "hru-delin"] path = hrudelinCore - url = https://gitlab.irstea.fr/julien.veyssier/hru-delin + url = https://gitlab.irstea.fr/julien.veyssier/hru-delin.git -- GitLab