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

Try with recursive strategy again.

parent dd4d7dfe
No related branches found
No related tags found
No related merge requests found
Pipeline #6606 failed
variables:
GIT_SUBMODULE_STRATEGY: none
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
test:
build:
image: openjdk:8
stage: build
before_script:
- git submodule init
- git submodule sync
- cat .gitmodules
- cat .git/config
- ls -lah *
- rm -rf relast.preprocessor/*
- ls -lah *
- git submodule update --remote
# - git submodule init
# - git submodule sync
# - cat .gitmodules
# - cat .git/config
# - ls -lah *
# - rm -rf relast.preprocessor/*
# - ls -lah *
# - git submodule update --remote
- ls -lah *
script:
- ./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