Fix squashfs artifacts
This commit is contained in:
parent
449131fa18
commit
0ce97cbda4
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ security_scanner:
|
||||||
- apk add --no-cache make
|
- apk add --no-cache make
|
||||||
script:
|
script:
|
||||||
- make images/debian-stretch.squashfs
|
- make images/debian-stretch.squashfs
|
||||||
artifacts:
|
artifacts: &squashfs_artifacts
|
||||||
paths:
|
paths:
|
||||||
- images
|
- images
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -83,4 +83,5 @@ squashfs_master:
|
||||||
except:
|
except:
|
||||||
- schedules
|
- schedules
|
||||||
artifacts:
|
artifacts:
|
||||||
|
<<: *squashfs_artifacts
|
||||||
expire_in: 12 weeks
|
expire_in: 12 weeks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue