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