From d2c2c07b47b5665a037fb40a10dab3489fbe36b7 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 19 Sep 2023 11:18:00 -0500 Subject: [PATCH] ci: upload beaglev_fire.itb/-modules.tar.gz Signed-off-by: Robert Nelson --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b595e35..f2853a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,11 +35,15 @@ build: - ./07_create_sdcard_img.sh - xz -vT8 deploy/images/sdcard.img - tree -s deploy/ - - cp deploy/images/sdcard.img.xz ./ - - cp deploy/images/sdcard.bmap ./ + - cp -v deploy/images/sdcard.img.xz ./ + - cp -v deploy/images/sdcard.bmap ./ + - cp -v deploy/input/beaglev_fire.itb ./ + - cp -v deploy/*-modules.tar.gz ./ artifacts: expire_in: 14 days name: "$CI_PROJECT_NAME-$CI_JOB_ID" paths: - "sdcard.img.xz" - "sdcard.bmap" + - "beaglev_fire.itb" + - "*-modules.tar.gz"