diff options
| author | Michael Albinus | 2024-08-20 19:23:48 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-08-20 19:23:48 +0200 |
| commit | 3f019167b85ac7848da0df04875e39e01e2787c7 (patch) | |
| tree | 6da289df1206d316b4a3be93ee8b249da3d9eba1 /test | |
| parent | 3419e7ea522462c47a5ab4389a879d8b7c14452b (diff) | |
| download | emacs-3f019167b85ac7848da0df04875e39e01e2787c7.tar.gz emacs-3f019167b85ac7848da0df04875e39e01e2787c7.zip | |
Suppress shallow cloning on emba
* test/infra/gitlab-ci.yml (variables): Set GIT_DEPTH to 0 in
order to avoid shallow cloning.
Diffstat (limited to 'test')
| -rw-r--r-- | test/infra/gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
| 42 | - when: always | 42 | - when: always |
| 43 | 43 | ||
| 44 | variables: | 44 | variables: |
| 45 | GIT_DEPTH: 0 | ||
| 45 | GIT_STRATEGY: fetch | 46 | GIT_STRATEGY: fetch |
| 46 | EMACS_EMBA_CI: 1 | 47 | EMACS_EMBA_CI: 1 |
| 47 | EMACS_TEST_JUNIT_REPORT: junit-test-report.xml | 48 | EMACS_TEST_JUNIT_REPORT: junit-test-report.xml |