projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e8f77
)
GitLab-CI: Increase clone depth
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Mon, 13 Dec 2021 23:03:35 +0000
(
00:03
+0100)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 867411fa4ddce7beef88c6b704c9f3f8df997219..c3ca516fc2695aced2e4d186b000f0a2694f399e 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-10,6
+10,7
@@
cache:
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
GIT_SUBMODULE_STRATEGY: recursive
+ GIT_DEPTH: 500
build:
stage: build