From: Michael Albinus Date: Thu, 1 Jun 2023 06:47:18 +0000 (+0200) Subject: ; * test/infra/gitlab-ci.yml (variables): Enable CI_DEBUG_TRACE. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8c3d3824df01d70653ffc29ea54d520f7d85b68;p=emacs.git ; * test/infra/gitlab-ci.yml (variables): Enable CI_DEBUG_TRACE. --- 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: # 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