From 564643fa9f741785c964004ad462fa23507d6002 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 15 Aug 2023 10:17:26 -0500 Subject: [PATCH] ci: copy sdcard.bmap to deploy Signed-off-by: Robert Nelson --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 789aa86..f1a5589 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,9 +28,11 @@ 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.img.xz ./ + - cp deploy/images/sdcard.bmap ./ artifacts: expire_in: 14 days name: "$CI_PROJECT_NAME-$CI_JOB_ID" paths: - "sdcard.img.xz" + - "sdcard.bmap"