Merge branch 'artifacts-index' into 'master'
Add manual artifacts index to work around gitlab api limitations See merge request fablab/labsync!55
This commit is contained in:
commit
0357b8dc22
1 changed files with 2 additions and 0 deletions
|
|
@ -78,9 +78,11 @@ security_scanner:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
script:
|
script:
|
||||||
- make images/debian-buster.squashfs
|
- make images/debian-buster.squashfs
|
||||||
|
- find images -type f > images.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- images
|
- images
|
||||||
|
- images.txt
|
||||||
tags:
|
tags:
|
||||||
- fablab
|
- fablab
|
||||||
- ssd
|
- ssd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue