Skip to content
Snippets Groups Projects
Verified Commit 34317b97 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#50] change strategy back to recursive

parent 69a4686c
No related branches found
No related tags found
1 merge request!39Resolve "Job Failed #80498"
Pipeline #25259 passed
......@@ -16,7 +16,7 @@ build_ubuntu_gcc:
tags:
- ubuntu-gcc
variables:
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m
retry: 1
before_script:
......@@ -41,7 +41,7 @@ build_win10_msvc:
tags:
- win10-msvc
variables:
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m
retry: 1
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment