diff options
| author | Michael Albinus | 2023-06-01 08:47:18 +0200 |
|---|---|---|
| committer | Michael Albinus | 2023-06-01 08:47:18 +0200 |
| commit | f8c3d3824df01d70653ffc29ea54d520f7d85b68 (patch) | |
| tree | af620800d35d2a919059e5a335d67ddc2b9c19c9 /test | |
| parent | dc3b3548b7cd2a2170dd24d3cd8199bd9688276f (diff) | |
| download | emacs-f8c3d3824df01d70653ffc29ea54d520f7d85b68.tar.gz emacs-f8c3d3824df01d70653ffc29ea54d520f7d85b68.zip | |
; * test/infra/gitlab-ci.yml (variables): Enable CI_DEBUG_TRACE.
Diffstat (limited to 'test')
| -rw-r--r-- | test/infra/gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index b5b3e6823c7..213176bef70 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml | |||
| @@ -58,7 +58,7 @@ variables: | |||
| 58 | # across multiple builds. | 58 | # across multiple builds. |
| 59 | BUILD_TAG: ${CI_COMMIT_REF_SLUG} | 59 | BUILD_TAG: ${CI_COMMIT_REF_SLUG} |
| 60 | # Disable if you don't need it, it can be a security risk. | 60 | # Disable if you don't need it, it can be a security risk. |
| 61 | # CI_DEBUG_TRACE: "true" | 61 | CI_DEBUG_TRACE: "true" |
| 62 | 62 | ||
| 63 | default: | 63 | default: |
| 64 | image: docker:19.03.12 | 64 | image: docker:19.03.12 |