1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-12 03:10:15 +00:00

CI: fix duplicate variables

I accidentally created two variables sections, resulting in our build
jobs running on very limited containers.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2025-03-20 11:49:48 +00:00
parent f20bd9ff62
commit 00fa95aec1

View File

@@ -30,11 +30,10 @@ stages:
.setup:
tags:
- $DEFAULT_TAG
variables:
KUBERNETES_CPU_REQUEST: $CPU_REQUEST
stage: build
interruptible: true
variables:
KUBERNETES_CPU_REQUEST: $CPU_REQUEST
KAS_WORK_DIR: $CI_PROJECT_DIR/work
KAS_BUILD_DIR: $KAS_WORK_DIR/build
KAS_REPO_REF_DIR: $CACHE_DIR/repos