[polari/wip/fmuellner/eslint-test] ci: Show eslint errors



commit 9f01196a1cec144c70783d5f598be31ee643c1f3
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Aug 17 18:00:11 2018 +0200

    ci: Show eslint errors

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e29aabd..f55f275 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ eslint:
     image: registry.gitlab.gnome.org/gnome/gjs:fedora.static-analysis
     stage: source_check
     script:
-        - eslint -o $LINT_LOG -c lint/eslintrc-legacy.json --no-color .
+        - eslint -o $LINT_LOG -c lint/eslintrc-legacy.json --no-color . || { cat $LINT_LOG; false; }
     artifacts:
         paths:
             - ${LINT_LOG}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]