Second try...
This commit is contained in:
parent
b2dbcd49ba
commit
94b283bd4c
@ -59,22 +59,16 @@ isogen:
|
|||||||
script:
|
script:
|
||||||
- chmod +x ./compile_isogen.sh
|
- chmod +x ./compile_isogen.sh
|
||||||
- ./compile_isogen.sh
|
- ./compile_isogen.sh
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- ./Asuro.iso
|
|
||||||
dependencies:
|
|
||||||
- link
|
|
||||||
needs:
|
|
||||||
- link
|
|
||||||
|
|
||||||
isosum:
|
|
||||||
stage: Generate ISO
|
|
||||||
script:
|
|
||||||
- chmod +x ./compile_sumgen.sh
|
- chmod +x ./compile_sumgen.sh
|
||||||
- ./compile_sumgen.sh
|
- ./compile_sumgen.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- release/checksum.svg
|
- ./Asuro.iso
|
||||||
|
- ./release/checksum.svg
|
||||||
|
dependencies:
|
||||||
|
- link
|
||||||
|
needs:
|
||||||
|
- link
|
||||||
|
|
||||||
sourcelist:
|
sourcelist:
|
||||||
stage: Generate Sources List
|
stage: Generate Sources List
|
||||||
|
Loading…
x
Reference in New Issue
Block a user