From 368105a9cfcdfb1b56a1731598e8ca77449eeb45 Mon Sep 17 00:00:00 2001 From: Manuel Weberndorfer <manuel.weberndorfer@id.ethz.ch> Date: Tue, 8 Feb 2022 14:27:31 +0000 Subject: [PATCH] fix license check in CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3b825f0..9d09813a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,7 +80,7 @@ check-license-header: image: $CI_REGISTRY_IMAGE/dev-real:$CI_COMMIT_REF_SLUG script: - > - ! grep \ + grep \ --recursive \ --exclude-dir='.git' \ --exclude='*.json' \ -- GitLab