79113532

Date: 2024-10-22 10:19:42
Score: 1
Natty:
Report link

I have resolved this error by adding to CI:

variables:
    GIT_SUBMODULE_STRATEGY: none
  before_script:
    - git -c "url.https://gitlab-ci-token:${CI_JOB_TOKEN}@git.elewise.com/.insteadOf=https://gitlab.com/" submodule update --init --recursive
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: coolsoft