[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-377-g891064003
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-06-12 15:03:11
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 89106400315a3d1cb60a0ddd1d47b17699c999b1 (commit)
via 293701bade391ce9a0f3395506475b0807e9ff81 (commit)
from 2b072a72072f3c1c0f1792629ba0953743b4cdda (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 89106400315a3d1cb60a0ddd1d47b17699c999b1
Merge: 2b072a720 293701bad
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jun 12 15:02:57 2023 +0000
Merge branch 'fix-symlink-artifacts' into 'master'
Fix symlink in Gitlab artifacts
See merge request armadeus/armadeus-bsp!4
commit 293701bade391ce9a0f3395506475b0807e9ff81
Author: Kevin Joly <kev...@ar...>
Date: Mon Jun 12 10:20:37 2023 +0200
Fix symlink in Gitlab artifacts
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4bebe4dda..986789f70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ stages:
script:
- make "$ARMADEUS_PLATFORM"_autoconf
- make
+ - cp -r -L buildroot/output/images output-images
parallel:
matrix:
- ARMADEUS_PLATFORM: [apf27, apf28, apf51, apf6, opos6ul, opos6ulnano, opos8mm-legacy-5.10]
@@ -42,5 +43,5 @@ build-weekly:
artifacts:
name: "$ARMADEUS_PLATFORM-$CI_COMMIT_SHORT_SHA-images"
paths:
- - buildroot/output/images/
+ - output-images
expire_in: 1 month
hooks/post-receive
--
armadeus
|