summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin (godfat) <godfat@godfat.org>2017-04-19 15:55:55 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2017-04-19 15:55:55 +0000
commit6440280285c456e7634413b1543ad3d22719a58b (patch)
tree9bd62f4b97aa88c5ce4e94ebd83bc9b400df3e3f
parentf653ac4489274f168a4868f2ba23589725a496fc (diff)
downloadgitlab-ce-6440280285c456e7634413b1543ad3d22719a58b.tar.gz
Remove node modules cache because we already use artifacts
-rw-r--r--.gitlab-ci.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d84725b202a..e57362bd3a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: