Add checksums
This commit is contained in:
parent
35fda9f446
commit
feefe02b39
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/ .
|
- mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
|
||||||
- mv out/* blendOS.iso
|
- mv out/* blendOS.iso
|
||||||
- echo $CI_COMMIT_SHA > version
|
- echo $CI_COMMIT_SHA > version
|
||||||
|
- sha256sum blendOS.iso > checksum.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- blendOS.iso
|
- blendOS.iso
|
||||||
- version
|
- version
|
||||||
|
- checksum.txt
|
Loading…
Reference in a new issue