Skip to content
Snippets Groups Projects
Commit 0c9c7775 authored by Daniel P. Berrangé's avatar Daniel P. Berrangé :speech_balloon:
Browse files

gitlab: add missing job inheritance for codestyle


The previous fix:

  commit b069efe2
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Fri Jun 14 19:57:06 2024 +0100

    gitlab: fix codestyle CI job

was incomplete, as the job inheritance was also
broken.

Reviewed-by: default avatarJán Tomko <jtomko@redhat.com>
Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
parent 0f5ce3af
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ pages:
codestyle_job:
stage: sanity_checks
extends: .gitlab_native_build_job
needs:
- job: x86_64-opensuse-leap-15-container
optional: true
......
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