Fixed YAML again.... Using 'needs' incorrectly, oops...
This commit is contained in:
parent
9225e40751
commit
eb34e9b81f
@ -4,6 +4,7 @@ stages:
|
||||
- Compile Sources
|
||||
- Link
|
||||
- Generate ISO
|
||||
- Generate Sources List
|
||||
- Generate Documentation
|
||||
|
||||
compile_stub:
|
||||
@ -66,8 +67,8 @@ isogen:
|
||||
needs:
|
||||
- link
|
||||
|
||||
sourcelist_gen:
|
||||
stage: Generate Documentation
|
||||
sourcelist:
|
||||
stage: Generate Sources List
|
||||
script:
|
||||
- chmod +x ./compile_sourcelist.sh
|
||||
- ./compile_sourcelist.sh
|
||||
@ -89,7 +90,7 @@ docgen:
|
||||
- ./doc/*
|
||||
dependencies:
|
||||
- vergen
|
||||
- sourcelist_gen
|
||||
- sourcelist
|
||||
needs:
|
||||
- vergen
|
||||
- sourcelist_gen
|
||||
- sourcelist
|
Loading…
x
Reference in New Issue
Block a user