Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -22,9 +22,8 @@ cache: build: stage: build variables: GIT_SUBMODULE_STRATEGY: recursive script: - git submodule update --recursive --init - ./gradlew build artifacts: paths: Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -22,9 +22,8 @@ cache: build: stage: build variables: GIT_SUBMODULE_STRATEGY: recursive script: - git submodule update --recursive --init - ./gradlew build artifacts: paths: Loading