From: Thibault Saunier Date: Mon, 12 Aug 2019 21:15:47 +0000 (-0400) Subject: Revert "gitlab: Set COLUMNS and width variable to make terminal_markdown_view happy" X-Git-Tag: 1.19.3~497^2~279 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8d0102561132b702c1eec307c5625f648f4cfb2;p=platform%2Fupstream%2Fgstreamer.git Revert "gitlab: Set COLUMNS and width variable to make terminal_markdown_view happy" This reverts commit 157f94fb62da7582fce90c85bf2338999d83b7cc. --- 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}"