(revert) Remove unused 'policy: pull' configuration

This commit is contained in:
2025-04-04 23:49:56 +02:00
parent 2ba3576be9
commit 4fd4c0e53c

View File

@@ -17,6 +17,7 @@ cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- node_modules/ - node_modules/
policy: pull
variables: variables:
NEXT_PUBLIC_ENV: "production" NEXT_PUBLIC_ENV: "production"