Merge branch 'fix-pipeline' into 'dev'

Remove unused 'policy: pull' configuration

See merge request rheinsw/website!23
This commit is contained in:
2025-04-04 21:47:43 +00:00

View File

@@ -17,7 +17,6 @@ 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"