chore(gitlab): fix(ci) - store sysupgrade artifacts for a month

This commit is contained in:
genofire 2022-05-26 21:11:31 +02:00
parent 1d0891cfe5
commit 1f736a6ef6
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ before_script:
- env - env
- make update V=s - make update V=s
- make --jobs=$(grep -c '^processor' /proc/cpuinfo) --output-sync=recurse || make --jobs=1 --output-sync=recurse V=sc - make --jobs=$(grep -c '^processor' /proc/cpuinfo) --output-sync=recurse || make --jobs=1 --output-sync=recurse V=sc
artifacts:
paths:
- "gluon/output/images/sysupgrade"
expire_in: 1 month
### ###