fix(ci): apply COREPACK_DEFAULT_TO_LATEST: 0
This commit is contained in:
parent
5afa3ea8aa
commit
a4f4efc812
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@ testCommit:
|
|||
- redis
|
||||
variables:
|
||||
POSTGRES_PASSWORD: ci
|
||||
COREPACK_DEFAULT_TO_LATEST: 0
|
||||
script:
|
||||
- apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg
|
||||
- cp .config/ci.yml .config/default.yml
|
||||
|
@ -75,6 +76,8 @@ buildDocker:
|
|||
image:
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
variables:
|
||||
COREPACK_DEFAULT_TO_LATEST: 0
|
||||
script:
|
||||
- >-
|
||||
/kaniko/executor
|
||||
|
|
Loading…
Add table
Reference in a new issue