projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea8f43a
)
don't install yarn in CI as it's already available in the image
author
Dan Allen
<dan@opendevise.com>
Wed, 3 Jan 2018 00:46:36 +0000
(17:46 -0700)
committer
Dan Allen
<dan@opendevise.com>
Wed, 3 Jan 2018 00:46:36 +0000
(17:46 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index
979f0c8
..
3298198
100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-10,7
+10,6
@@
yarn:
- node_modules/
- .yarn-cache/
script:
- - npm install -g yarn
- yarn --cache-folder=.yarn-cache
lint:
stage: verify