Skip to content
Snippets Groups Projects
Commit 64402802 authored by Lin Jen-Shin (godfat)'s avatar Lin Jen-Shin (godfat) Committed by Alfredo Sumaran
Browse files

Remove node modules cache because we already use artifacts

parent f653ac44
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -278,7 +278,6 @@ rake karma:
cache:
paths:
- vendor/ruby
- node_modules
stage: test
<<: *use-db
<<: *dedicated-runner
Loading
Loading
@@ -377,9 +376,6 @@ coverage:
 
lint:javascript:
<<: *dedicated-runner
cache:
paths:
- node_modules/
stage: test
before_script: []
script:
Loading
Loading
@@ -387,9 +383,6 @@ lint:javascript:
 
lint:javascript:report:
<<: *dedicated-runner
cache:
paths:
- node_modules/
stage: post-test
before_script: []
script:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment