From ee122cee8daea012e7c7856d91b303aa50d7620b Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Fri, 22 May 2020 17:50:05 +0200 Subject: [PATCH] CI: Overwrite local deviation igf needed --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8886181..a4904d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: # recursive should work here, but gitlab-runner does not pull the latest remote # for submodules: https://gitlab.com/gitlab-org/gitlab-runner/issues/3011 GIT_SUBMODULE_STRATEGY: none - GIT_SUBMODULE_OPTS: "--remote --recursive --init --recommend-shallow" + GIT_SUBMODULE_OPTS: "--remote --recursive --init --recommend-shallow --force" MAVEN_CLI_OPTS: "--batch-mode" MAVEN_OPTS: "-Dmaven.repo.local=/cache/maven.repository" MAVEN_BUILD_OPTS: "-Dbuild.tooling=true -Dbuild.af3=true -Dbuild.emf=true" -- GitLab