diff mbox series

CI: show the evaluated KASFILES

Message ID 20240426134542.3085023-1-ross.burton@arm.com
State New
Headers show
Series CI: show the evaluated KASFILES | expand

Commit Message

Ross Burton April 26, 2024, 1:45 p.m. UTC
When trying to replicate a build locally, having the exact list of Kas
files that was used is very useful.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Jon Mason April 30, 2024, 3:21 a.m. UTC | #1
On Fri, 26 Apr 2024 13:45:42 +0000, Ross Burton wrote:
> When trying to replicate a build locally, having the exact list of Kas
> files that was used is very useful.
> 
> 

Applied, thanks!

[1/1] CI: show the evaluated KASFILES
      commit: 0bc288f0f2082ed36a5c8dba422be2bfbc8dbaf2

Best regards,
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87363300..d7876daa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,6 +72,7 @@  stages:
     - if: '$KERNEL != "linux-yocto-dev"'
   script:
     - KASFILES=$(./ci/jobs-to-kas "$CI_JOB_NAME" $EXTRA_KAS_FILES):lockfile.yml
+    - echo KASFILES=$KASFILES
     - kas dump --update --force-checkout --resolve-refs --resolve-env $KASFILES
     - kas build $KASFILES
     - ./ci/check-warnings $KAS_WORK_DIR/build/warnings.log