From fcb2308c2d0497d7a7bba3abca7ee21c224abce3 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Mon, 26 Nov 2018 09:57:32 +0100 Subject: [PATCH] Do not check configuration.pl --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da1a3ad..09e541f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,4 +6,4 @@ before_script: syntax: stage: test script: - - perl -c src/tetras-back && perl -c src/configuration.pl && for f in src/www/*.php; do php -l $f; done + - perl -c src/tetras-back && for f in src/www/*.php; do php -l $f; done -- GitLab