From 42c1dcdf59da9dac5c99ba252d4348247f58c706 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 27 Mar 2019 15:17:23 +0000 Subject: [PATCH] gitlab/ci_template: shorten name for gstreamer nodebug build Shorter and nicer to read with spaces than underscores. --- gitlab/ci_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 76189c5..2821674 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -121,7 +121,7 @@ build fedora x86_64: variables: MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled" -build_disable_debug fedora x86_64: +build nodebug fedora x86_64: extends: '.build' stage: 'build' image: $FEDORA_IMAGE -- 2.7.4