aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2023-06-01 08:47:18 +0200
committerMichael Albinus2023-06-01 08:47:18 +0200
commitf8c3d3824df01d70653ffc29ea54d520f7d85b68 (patch)
treeaf620800d35d2a919059e5a335d67ddc2b9c19c9 /test
parentdc3b3548b7cd2a2170dd24d3cd8199bd9688276f (diff)
downloademacs-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.yml2
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
63default: 63default:
64 image: docker:19.03.12 64 image: docker:19.03.12