mirror of https://github.com/xemu-project/xemu.git
gitlab: fix inconsistent indentation
The standard is to use 2 space indent, not 3. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20210216132954.295906-4-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
764a0747a7
commit
f5157dc770
|
@ -282,14 +282,14 @@ check-system-opensuse:
|
||||||
MAKE_CHECK_ARGS: check
|
MAKE_CHECK_ARGS: check
|
||||||
|
|
||||||
acceptance-system-opensuse:
|
acceptance-system-opensuse:
|
||||||
<<: *native_test_job_definition
|
<<: *native_test_job_definition
|
||||||
needs:
|
needs:
|
||||||
- job: build-system-opensuse
|
- job: build-system-opensuse
|
||||||
artifacts: true
|
artifacts: true
|
||||||
variables:
|
variables:
|
||||||
IMAGE: opensuse-leap
|
IMAGE: opensuse-leap
|
||||||
MAKE_CHECK_ARGS: check-acceptance
|
MAKE_CHECK_ARGS: check-acceptance
|
||||||
<<: *acceptance_definition
|
<<: *acceptance_definition
|
||||||
|
|
||||||
|
|
||||||
build-disabled:
|
build-disabled:
|
||||||
|
|
Loading…
Reference in New Issue