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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user