From b6cf2f32accfb61050d08b03e92382f99c125e52 Mon Sep 17 00:00:00 2001 From: seraphima Date: Fri, 12 Jan 2024 14:51:36 +0100 Subject: [PATCH] removed log --- .pipelines/ci/templates/run-ui-tests-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 5e48c62de1..e76c7706bf 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -14,11 +14,7 @@ jobs: timeoutInMinutes: 120 strategy: maxParallel: 10 - steps: - checkout: self fetchDepth: 1 - submodules: true - - - bash: | - echo "##[debug]Debug text" \ No newline at end of file + submodules: true \ No newline at end of file