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

Use init instead of sync.

parent 5c18b7a4
No related branches found
No related tags found
No related merge requests found
Pipeline #6509 failed
...@@ -8,8 +8,8 @@ test: ...@@ -8,8 +8,8 @@ test:
image: openjdk:8 image: openjdk:8
stage: build stage: build
before_script: before_script:
- git submodule sync --recursive - git submodule init
- git submodule update --force --recursive - git submodule update --remote
- cat .gitmodules - cat .gitmodules
- cat .git/config - cat .git/config
- ls -lah * - ls -lah *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment