Skip to content
Snippets Groups Projects
Commit a4f4efc8 authored by Marie's avatar Marie 🚅
Browse files

fix(ci): apply `COREPACK_DEFAULT_TO_LATEST: 0`

parent 5afa3ea8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment