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

Don't depend to base image jobs.

Those jobs are not always in the workflow and that makes the workflow
invalid in those cases. Since the build and push already happens before
those jobs will use the newer base images anyway.
parent 10b3e061
No related branches found
No related tags found
No related merge requests found
Pipeline #2468 failed
......@@ -28,8 +28,6 @@ build-cgit:
extends: .container-build
variables:
CONTEXT: cgit
needs:
- job: push-httpd
push-cgit:
extends: .container-push
......@@ -140,8 +138,6 @@ build-webdav:
extends: .container-build
variables:
CONTEXT: webdav
needs:
- job: push-httpd
push-webdav:
extends: .container-push
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment