Skip to content
Snippets Groups Projects
Commit a90efee1 authored by nimrod's avatar nimrod
Browse files

CI dependencies.

Set the dependencies between jobs (for images that depend on other
images in this repo).
parent af294ca7
No related merge requests found
Checking pipeline status
...@@ -28,6 +28,8 @@ build-cgit: ...@@ -28,6 +28,8 @@ build-cgit:
extends: .container-build extends: .container-build
variables: variables:
CONTEXT: cgit CONTEXT: cgit
needs:
- job: push-httpd
push-cgit: push-cgit:
extends: .container-push extends: .container-push
...@@ -138,6 +140,8 @@ build-webdav: ...@@ -138,6 +140,8 @@ build-webdav:
extends: .container-build extends: .container-build
variables: variables:
CONTEXT: webdav CONTEXT: webdav
needs:
- job: push-httpd
push-webdav: push-webdav:
extends: .container-push extends: .container-push
...@@ -170,6 +174,8 @@ build-youtube-dl: ...@@ -170,6 +174,8 @@ build-youtube-dl:
extends: .container-build extends: .container-build
variables: variables:
CONTEXT: youtube-dl CONTEXT: youtube-dl
needs:
- job: push-toolbx
push-youtube-dl: push-youtube-dl:
extends: .container-push extends: .container-push
...@@ -218,6 +224,8 @@ build-workbench: ...@@ -218,6 +224,8 @@ build-workbench:
extends: .container-build extends: .container-build
variables: variables:
CONTEXT: workbench CONTEXT: workbench
needs:
- job: push-toolbx
push-workbench: push-workbench:
extends: .container-push extends: .container-push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment