remove cache, not working when using docker to build
This commit is contained in:
parent
761b5c3039
commit
bb044d2e7c
1 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
|||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- node_modules/
|
||||
- public/API/vendor/
|
||||
|
||||
docker-build:
|
||||
# Use the official docker image.
|
||||
image: docker:latest
|
||||
|
|
Loading…
Reference in a new issue