Merge branch 'checksums' into 'main'
Checksums See merge request blendOS/image-builder!2
This commit is contained in:
commit
7058bd4cc6
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ build-job: # This job runs in the build stage, which runs first.
|
|||
- mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
|
||||
- mv out/* blendOS.iso
|
||||
- echo $CI_COMMIT_SHA > version
|
||||
- sha256sum blendOS.iso > checksum
|
||||
artifacts:
|
||||
paths:
|
||||
- blendOS.iso
|
||||
- version
|
||||
- version
|
||||
- checksum
|
Loading…
Reference in a new issue