]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/infra/gitlab-ci.yml (variables): Enable CI_DEBUG_TRACE.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 1 Jun 2023 06:47:18 +0000 (08:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 1 Jun 2023 06:47:18 +0000 (08:47 +0200)
test/infra/gitlab-ci.yml

index b5b3e6823c705c5bfe1d70acccb708482a825bd4..213176bef7043c5d025a623eb38ba7d52003a292 100644 (file)
@@ -58,7 +58,7 @@ variables:
   # across multiple builds.
   BUILD_TAG: ${CI_COMMIT_REF_SLUG}
   # Disable if you don't need it, it can be a security risk.
-  CI_DEBUG_TRACE: "true"
+  CI_DEBUG_TRACE: "true"
 
 default:
   image: docker:19.03.12