mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Introduce a report-built-images job to gather the list of all built images
This commit is contained in:
parent
439201893a
commit
2ddf1ada73
4 changed files with 33 additions and 17 deletions
10
.gitlab/ci/report.yml
Normal file
10
.gitlab/ci/report.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
report-built-images:
|
||||
image: alpine
|
||||
stage: report
|
||||
script:
|
||||
- cat *-built-image.txt > all-built-images.txt
|
||||
- cat all-built-images.txt
|
||||
artifacts:
|
||||
paths: ["all-built-images.txt"]
|
||||
expire_in: 90d
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue