mirror of https://gitee.com/openkylin/libvirt.git
gitlab: move codestyle job to the sanity_checks stage
It was in the build stage previously to let it run in parallel with other build jobs, but with the "needs" clause this is not required. Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
4c910519c5
commit
298fdae278
|
@ -585,7 +585,7 @@ website:
|
|||
|
||||
|
||||
codestyle:
|
||||
stage: builds
|
||||
stage: sanity_checks
|
||||
image: $CI_REGISTRY_IMAGE/ci-opensuse-leap-152:latest
|
||||
needs:
|
||||
- x64-opensuse-leap-152-container
|
||||
|
|
Loading…
Reference in New Issue