Remove node modules cache because we already use artifacts

This commit is contained in:
Lin Jen-Shin (godfat) 2017-04-19 15:55:55 +00:00 committed by Alfredo Sumaran
parent f653ac4489
commit 6440280285
1 changed files with 0 additions and 7 deletions

View File

@ -278,7 +278,6 @@ rake karma:
cache:
paths:
- vendor/ruby
- node_modules
stage: test
<<: *use-db
<<: *dedicated-runner
@ -377,9 +376,6 @@ coverage:
lint:javascript:
<<: *dedicated-runner
cache:
paths:
- node_modules/
stage: test
before_script: []
script:
@ -387,9 +383,6 @@ lint:javascript:
lint:javascript:report:
<<: *dedicated-runner
cache:
paths:
- node_modules/
stage: post-test
before_script: []
script: