From a10bd6fcb0fedf6144e327525686dc59533fc74c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 12 Dec 2023 12:58:17 +0000 Subject: [PATCH] ci/b2c: fix indentation of comment and after_script: list Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 468d3212dc6..e095178d55b 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -400,16 +400,15 @@ clang-format: env PYTHONUNBUFFERED=1 executorctl \ run -w b2c.yml.jinja2 -j $(slugify "$CI_JOB_NAME") -s ${JOB_FOLDER} -i "$CI_RUNNER_DESCRIPTION" - # Anything our job places in results/ will be collected by the - # Gitlab coordinator for status presentation. results/junit.xml - # will be parsed by the UI for more detailed explanations of - # test execution. - + # Anything our job places in results/ will be collected by the + # Gitlab coordinator for status presentation. results/junit.xml + # will be parsed by the UI for more detailed explanations of + # test execution. after_script: - # Keep the results path the same as baremetal and LAVA - - mkdir -p "${JOB_FOLDER}"/results - - mv "${JOB_FOLDER}"/results results/ - - !reference [default, after_script] + # Keep the results path the same as baremetal and LAVA + - mkdir -p "${JOB_FOLDER}"/results + - mv "${JOB_FOLDER}"/results results/ + - !reference [default, after_script] artifacts: when: always