From c8d0102561132b702c1eec307c5625f648f4cfb2 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 12 Aug 2019 17:15:47 -0400 Subject: [PATCH] Revert "gitlab: Set COLUMNS and width variable to make terminal_markdown_view happy" This reverts commit 157f94fb62da7582fce90c85bf2338999d83b7cc. --- gitlab/ci_template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index d9a80f6..ff85307 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -190,8 +190,6 @@ build clang fedora x86_64: GST_DEBUG_NO_COLOR: "true" CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/" GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true" - width: 100 - COLUMNS: 100 script: - cd gst-build/ - echo "-> Running ${TEST_SUITE}" -- 2.7.4