Fix squashfs artifacts

This commit is contained in:
jalr 2018-06-13 11:23:55 +02:00
parent 449131fa18
commit 0ce97cbda4

View file

@ -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