From fefce10315e9fa9ed9623af218a610c9d6c6c2d9 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Wed, 15 Dec 2021 00:26:22 +0100
Subject: [PATCH] Comment ESLint script not working for now

---
 tools/ci-job.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/ci-job.sh b/tools/ci-job.sh
index 1a93796..ab878a7 100755
--- a/tools/ci-job.sh
+++ b/tools/ci-job.sh
@@ -31,5 +31,4 @@ run_step "Doctrine load fixtures" php bin/console doctrine:fixtures:load --no-in
 run_step "Unit and functional tests" composer tests
 run_step "Php Code Sniffer" composer phpcs
 run_step "Php Static analysis" composer phpstan
-run_step "Javascript ESLint" npm run lint
-exit_on_fail $? "starting apache"
+#run_step "Javascript ESLint" npm run lint
-- 
GitLab