From 0633e1cc41158beb4bb89657fbb50a0730251072 Mon Sep 17 00:00:00 2001
From: Marie <github@yuugi.dev>
Date: Mon, 3 Feb 2025 01:22:26 +0000
Subject: [PATCH] chore(ci): remove deprecated enable command

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 718914140c..ab51d5cdff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ testCommit:
     - cp .config/ci.yml .config/default.yml
     - cp .config/ci.yml .config/test.yml
     - corepack enable
-    - corepack prepare pnpm@latest --activate
+    - corepack install
     - git submodule update --init
     - pnpm install --frozen-lockfile
     - pnpm run build
@@ -76,8 +76,6 @@ buildDocker:
   image:
     name: gcr.io/kaniko-project/executor:debug
     entrypoint: [""]
-  variables:
-    COREPACK_DEFAULT_TO_LATEST: 0
   script:
     - >-
       /kaniko/executor
-- 
GitLab