projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201a860
)
tame yarn by piping it to /dev/null
author
Dan Allen
<dan@opendevise.com>
Tue, 6 Feb 2018 10:51:57 +0000
(
03:51
-0700)
committer
Dan Allen
<dan@opendevise.com>
Tue, 6 Feb 2018 10:51:57 +0000
(
03:51
-0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
f2fa9f2
..
afc19fd
100644
(file)
--- 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