Merge branch '31137-ensure-yarn-installed' into 'master'

Remove node modules cache because we already use artifacts

Closes #29226 and #31137

See merge request !10781
This commit is contained in:
Alfredo Sumaran 2017-04-19 15:55:56 +00:00
commit 29ddc15f8d
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: