projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3419e7e
)
Suppress shallow cloning on emba
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 20 Aug 2024 17:23:48 +0000
(19:23 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 20 Aug 2024 17:23:48 +0000
(19:23 +0200)
* test/infra/gitlab-ci.yml (variables): Set GIT_DEPTH to 0 in
order to avoid shallow cloning.
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index e16dcd54a45c733fdef6d78091766822e1f8790d..320e869ea8bcc58927987af2baf72553befb19dd 100644
(file)
--- a/
test/infra/gitlab-ci.yml
+++ b/
test/infra/gitlab-ci.yml
@@
-42,6
+42,7
@@
workflow:
- when: always
variables:
+ GIT_DEPTH: 0
GIT_STRATEGY: fetch
EMACS_EMBA_CI: 1
EMACS_TEST_JUNIT_REPORT: junit-test-report.xml