[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 3f019167b85: Suppress shallow cloning on emba
From: |
Michael Albinus |
Subject: |
emacs-30 3f019167b85: Suppress shallow cloning on emba |
Date: |
Tue, 20 Aug 2024 13:24:05 -0400 (EDT) |
branch: emacs-30
commit 3f019167b85ac7848da0df04875e39e01e2787c7
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>
Suppress shallow cloning on emba
* test/infra/gitlab-ci.yml (variables): Set GIT_DEPTH to 0 in
order to avoid shallow cloning.
---
test/infra/gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index e16dcd54a45..320e869ea8b 100644
--- 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 3f019167b85: Suppress shallow cloning on emba,
Michael Albinus <=