Commit 62f99878 authored by Thomas Boni's avatar Thomas Boni
Browse files

remove cache section

parent 4fc0d3fd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@

This job installs `npm` or `yarn` dependencies listed in your `package.json` and installs
 gulp to run your tasks.
It exposes `node_modules` as cache to other jobs of your pipeline. It allows you to run
`npm install` only once in your pipeline.

## How to use it