1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +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
+1 -2
View File
@@ -30,11 +30,10 @@ stages:
.setup: .setup:
tags: tags:
- $DEFAULT_TAG - $DEFAULT_TAG
variables:
KUBERNETES_CPU_REQUEST: $CPU_REQUEST
stage: build stage: build
interruptible: true interruptible: true
variables: variables:
KUBERNETES_CPU_REQUEST: $CPU_REQUEST
KAS_WORK_DIR: $CI_PROJECT_DIR/work KAS_WORK_DIR: $CI_PROJECT_DIR/work
KAS_BUILD_DIR: $KAS_WORK_DIR/build KAS_BUILD_DIR: $KAS_WORK_DIR/build
KAS_REPO_REF_DIR: $CACHE_DIR/repos KAS_REPO_REF_DIR: $CACHE_DIR/repos