mirror of
https://github.com/KDE/kde-linux.git
synced 2026-02-08 06:51:48 -05:00
ci: add artifacts to successful jobs
This allows downloading build artifacts from GitLab UI after a successful pipeline run, so we can download the images for testing.
This commit is contained in:
@@ -35,10 +35,13 @@ imaging:
|
||||
# Upload all images to Harald. You can grab them at http://images.kde-linux.haraldsitter.eu/
|
||||
- ./upload-to-harald.sh || true
|
||||
artifacts: &artifacts
|
||||
name: "kde-linux-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}"
|
||||
expire_in: 4 weeks
|
||||
when: always
|
||||
paths:
|
||||
- "**/erofs.log"
|
||||
- "erofs.log"
|
||||
- "kde-linux_*.raw"
|
||||
- "kde-linux_*.efi"
|
||||
|
||||
imaging+publish:
|
||||
stage: start
|
||||
|
||||
Reference in New Issue
Block a user