mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
chore(ci): remove deprecated enable command
This commit is contained in:
@@ -16,7 +16,7 @@ testCommit:
|
|||||||
- cp .config/ci.yml .config/default.yml
|
- cp .config/ci.yml .config/default.yml
|
||||||
- cp .config/ci.yml .config/test.yml
|
- cp .config/ci.yml .config/test.yml
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- corepack prepare pnpm@latest --activate
|
- corepack install
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- pnpm install --frozen-lockfile
|
- pnpm install --frozen-lockfile
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
@@ -76,8 +76,6 @@ buildDocker:
|
|||||||
image:
|
image:
|
||||||
name: gcr.io/kaniko-project/executor:debug
|
name: gcr.io/kaniko-project/executor:debug
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
variables:
|
|
||||||
COREPACK_DEFAULT_TO_LATEST: 0
|
|
||||||
script:
|
script:
|
||||||
- >-
|
- >-
|
||||||
/kaniko/executor
|
/kaniko/executor
|
||||||
|
|||||||
Reference in New Issue
Block a user