From 81ed80b57342646c0604d640c7e0a6c89e3787f0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Sat, 4 Feb 2023 09:16:44 +0000 Subject: [PATCH] CI: pin to kas 3.2 as 3.2.1 fails For some reason the kas 3.2.1 container fails: No such file or directory: '/builds/engineering/yocto/meta-arm/ci/ci/base.yml' Note the repeated /ci/, which is wrong. Pin the kas container to 3.2 for now until this is resolved. Signed-off-by: Ross Burton --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a55cd63..7ad100bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: ghcr.io/siemens/kas/kas:latest-release +image: ghcr.io/siemens/kas/kas:3.2 # First do a common bootstrap, and then build all the targets stages: