Set GIT_SUBMODULE_FORCE_HTTPS in CI

This commit is contained in:
Aleksandras Kostarevas 2023-08-31 23:01:50 +03:00
parent 2ecda40b19
commit 23ff7d18f2

View File

@ -3,6 +3,7 @@ default:
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
stages: # List of stages for jobs, and their order of execution
- build