set up version system
This commit is contained in:
parent
061318cdaa
commit
5b4c62c768
1 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,8 @@ build-job: # This job runs in the build stage, which runs first.
|
|||
- pacman -Scc
|
||||
- mkarchiso -v -w workdir/ -o out/ . || mkarchiso -v -w workdir/ -o out/ .
|
||||
- mv out/* blendOS.iso
|
||||
- echo $CI_COMMIT_SHA > version
|
||||
artifacts:
|
||||
paths:
|
||||
- blendOS.iso
|
||||
- blendOS.iso
|
||||
- version
|
Loading…
Reference in a new issue