Suppress shallow cloning on emba
* test/infra/gitlab-ci.yml (variables): Set GIT_DEPTH to 0 in order to avoid shallow cloning.
This commit is contained in:
parent
3419e7ea52
commit
3f019167b8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue