You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:25:09 UTC

[buildstream] 01/01: WIP

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch jjardon/license_compliance
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit cb94385751c9194e4b7b7ac3e6c8bd46469a503e
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sat Nov 23 15:53:57 2019 +0900

    WIP
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a19814c..86f353b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ stages:
   - publish
 
 variables:
+  CI_DEBUG_TRACE: "true"
   PYTEST_ADDOPTS: "--color=yes"
   INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
   PYTEST_ARGS: "--color=yes --integration -n 2"