tame yarn by piping it to /dev/null
authorDan Allen <dan@opendevise.com>
Tue, 6 Feb 2018 10:51:57 +0000 (03:51 -0700)
committerDan Allen <dan@opendevise.com>
Tue, 6 Feb 2018 10:51:57 +0000 (03:51 -0700)
.gitlab-ci.yml

index f2fa9f2..afc19fd 100644 (file)
@@ -10,7 +10,7 @@ yarn:
     - .yarn-cache/
   script:
   - &run_yarn
-    yarn --cache-folder=.yarn-cache --no-progress --pure-lockfile
+    yarn --cache-folder=.yarn-cache --pure-lockfile > /dev/null
 lint:
   stage: verify
   cache: &pull_cache