[gnome-shell/wip/fmuellner/more-ci] tmp: Cut out source check stage



commit 5f81a266be8e8296dd4fa6ff73372a25fca7f985
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 12 18:12:16 2019 +0100

    tmp: Cut out source check stage

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aaa423cb1..6010c93f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ js_check:
     script:
         - find js -name '*.js' -exec js60 -c -s '{}' ';' 2>&1 | tee $JS_LOG
         - (! grep -q . $JS_LOG)
+    when: manual
     artifacts:
         paths:
             - ${JS_LOG}


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