remove only

This commit is contained in:
Marco Zeisler 2021-05-11 23:28:54 +02:00
parent 1ccefb34fc
commit 5b0eb4c55b

View File

@ -29,9 +29,6 @@ build_fe:
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
paths:
- node_modules/
only:
changes:
- package-lock.json
extends:
- .build
@ -70,9 +67,6 @@ lint_fe:
paths:
- node_modules/
policy: pull-push
only:
changes:
- package-lock.json
needs:
- build_fe