Commit c72dd0ea authored by Mike Greiling's avatar Mike Greiling

Merge branch 'cache-webpack-dlls-in-webpack-dev-server-job' into 'master'

Add 'tmp/cache/webpack-dlls/' to cache for 'webpack-dev-server-job'

See merge request gitlab-org/gitlab!31760
parents 481ec095 414f4031
...@@ -319,10 +319,10 @@ webpack-dev-server: ...@@ -319,10 +319,10 @@ webpack-dev-server:
key: key:
files: files:
- yarn.lock - yarn.lock
- config/webpack.vendor.config.js prefix: "v1"
prefix: "v2"
paths: paths:
- node_modules/ - node_modules/
- tmp/cache/webpack-dlls/
script: script:
- source scripts/utils.sh - source scripts/utils.sh
- retry yarn install --frozen-lockfile - retry yarn install --frozen-lockfile
......
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