mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 07:00:54 +03:00
Do not cache node modules on GitLab CI
This commit is contained in:
@@ -3,10 +3,6 @@ image: "node:12-slim"
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules/
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
|||||||
Reference in New Issue
Block a user