Commit 64402802 authored by Lin Jen-Shin (godfat)'s avatar Lin Jen-Shin (godfat) Committed by Alfredo Sumaran

Remove node modules cache because we already use artifacts

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