GitLab-CI: Increase clone depth
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Mon, 13 Dec 2021 23:03:35 +0000 (00:03 +0100)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Tue, 14 Dec 2021 10:08:15 +0000 (11:08 +0100)
Currently, GitLab-CI fails with this error:

  error: Server does not allow request for unadvertised object d96f737c0a53dde983060522816bbef016b449ce
  Fetched in submodule path 'pinmux', but it did not contain d96f737c0a53dde983060522816bbef016b449ce. Direct fetching of that commit failed.

Fix it by increasing the clone depth from the default of 50 to 500.

.gitlab-ci.yml

index 867411fa4ddce7beef88c6b704c9f3f8df997219..c3ca516fc2695aced2e4d186b000f0a2694f399e 100644 (file)
@@ -10,6 +10,7 @@ cache:
 variables:
     PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
     GIT_SUBMODULE_STRATEGY: recursive
+    GIT_DEPTH: 500
 
 build:
     stage: build