Skip to content
Snippets Groups Projects
Commit 42b1744d authored by René Schöne's avatar René Schöne
Browse files

Attempting to fix submodule checkout.

parent ca3d2e49
No related branches found
No related tags found
No related merge requests found
Pipeline #6507 failed
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: none
stages: stages:
- build - build
...@@ -7,5 +7,8 @@ stages: ...@@ -7,5 +7,8 @@ stages:
test: test:
image: openjdk:8 image: openjdk:8
stage: build stage: build
before_script:
- git submodule sync --recursive
- git submodule update --force --recursive
script: script:
- ./gradlew --no-daemon build - ./gradlew --no-daemon build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment