diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-02-16 13:29:54 +0000 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-02-19 06:29:05 +0100 |
commit | f5157dc770c6a8ac22872ea7959bc9d93d02ec10 (patch) | |
tree | 7ba6eef9bd91a194cd04821acc6bf46b15e461ef /.gitlab-ci.yml | |
parent | 764a0747a7540ee216421c3f95de8ae46a433dab (diff) |
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32cc6bd4a2..870d5f83f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -282,14 +282,14 @@ check-system-opensuse: MAKE_CHECK_ARGS: check acceptance-system-opensuse: - <<: *native_test_job_definition - needs: - - job: build-system-opensuse - artifacts: true - variables: - IMAGE: opensuse-leap - MAKE_CHECK_ARGS: check-acceptance - <<: *acceptance_definition + <<: *native_test_job_definition + needs: + - job: build-system-opensuse + artifacts: true + variables: + IMAGE: opensuse-leap + MAKE_CHECK_ARGS: check-acceptance + <<: *acceptance_definition build-disabled: |