From 43d8affe31efe579d369f420afe97d57f994de91 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 25 Mar 2019 09:32:27 -0300 Subject: [PATCH] Do not run indent on gst-integration-testsuites --- gitlab/ci_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index ff3ffe849b..f12f130568 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -65,6 +65,7 @@ gst indent: variables: # No point on trying to format C files in those repositories - $CI_PROJECT_NAME == "gstreamer-sharp" + - $CI_PROJECT_NAME == "gst-integration-testsuites" - $CI_PROJECT_NAME == "cerbero" .build: