From 441cd1f25bfeb053fe9b5683dd9b28ec7098c7b0 Mon Sep 17 00:00:00 2001 From: seraphima Date: Fri, 12 Jan 2024 13:59:29 +0100 Subject: [PATCH] removed unrecognized --- .pipelines/ci/templates/run-ui-tests-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 940b9f33c0..219569e0e4 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -6,6 +6,4 @@ steps: fetchDepth: 1 submodules: true - bash: | - echo "##[group]Beginning of a group" - echo "##[debug]Debug text" - echo "##[endgroup]" \ No newline at end of file + echo "##[debug]Debug text" \ No newline at end of file