From 416dc52b7ab5969550b74e605351c4ea597152d6 Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 14:35:05 +0330 Subject: [PATCH] cicd: fix echp typo --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7ea99b4..18bc9be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -101,11 +101,11 @@ steps: image: ubuntu_amd64:latest pull: if-not-exists commands: - - echp "[TODO] Implement tests" + - echo "[TODO] Implement tests" - ./build/Release/modules/light/light - name: report_coverage image: ubuntu_amd64:latest pull: if-not-exists commands: - - echp "[TODO] Implement coverage report" + - echo "[TODO] Implement coverage report"