From 2ba3576be94739eb3cb98386534cb18be5bcd1d0 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Fri, 4 Apr 2025 23:44:52 +0200 Subject: [PATCH] Remove unused 'policy: pull' configuration --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f2e9a5..b94d1d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,6 @@ cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ - policy: pull variables: NEXT_PUBLIC_ENV: "production"