fix(ci): apply COREPACK_DEFAULT_TO_LATEST: 0
This commit is contained in:
@@ -10,6 +10,7 @@ testCommit:
|
|||||||
- redis
|
- redis
|
||||||
variables:
|
variables:
|
||||||
POSTGRES_PASSWORD: ci
|
POSTGRES_PASSWORD: ci
|
||||||
|
COREPACK_DEFAULT_TO_LATEST: 0
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg
|
- apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg
|
||||||
- cp .config/ci.yml .config/default.yml
|
- cp .config/ci.yml .config/default.yml
|
||||||
@@ -75,6 +76,8 @@ 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