forked from AkkomaGang/akkoma-fe
Don't cache node-modules.
This commit is contained in:
parent
6f98543b79
commit
f7a38eb021
1 changed files with 4 additions and 4 deletions
|
@ -23,9 +23,9 @@ before_script:
|
||||||
|
|
||||||
# This folder is cached between builds
|
# This folder is cached between builds
|
||||||
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
||||||
cache:
|
#cache:
|
||||||
paths:
|
# paths:
|
||||||
- node_modules/
|
# - node_modules/
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue