From 3c6bf43ce3b5b0b371293669ad7835c2e10ec046 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 17 Apr 2019 11:05:11 -0400 Subject: [PATCH] gitlab: ORC_CODE=backup is now set in validate GstCheck application --- gitlab/ci_template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index a5803b7ae7..10e15179c7 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -201,7 +201,6 @@ integration testsuites fedora: stage: 'full tests' variables: EXTRA_VALIDATE_ARGS: "--valgrind" - ORC_CODE: "backup" # Some suppression files are missing a newline at the end which messes things # up when concatenating them. awk will add missing newlines (unlike cat)