diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2af79478a37ba64e52390b8a447292600cfdabb..2119e45bafa4d99b58d418f8dcc6f5d06ebbf9af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,21 @@ 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