From: Dan Allen Date: Tue, 6 Feb 2018 10:51:57 +0000 (-0700) Subject: tame yarn by piping it to /dev/null X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d1a864f926dd9695ac49b3217de4f585c1e3833;p=eg-antora.git tame yarn by piping it to /dev/null --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2fa9f2..afc19fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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