Add job dependencies
This commit is contained in:
@@ -71,6 +71,12 @@ reuse:
|
|||||||
extension:
|
extension:
|
||||||
stage: build
|
stage: build
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
needs:
|
||||||
|
- job: lint
|
||||||
|
optional: true
|
||||||
|
- job: variants
|
||||||
|
optional: true
|
||||||
|
- reuse
|
||||||
image: registry.gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension:latest
|
image: registry.gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension:latest
|
||||||
script:
|
script:
|
||||||
- make build
|
- make build
|
||||||
|
|||||||
Reference in New Issue
Block a user