From 26b6c52658c0f408e368e0ff6b732144f2af323c Mon Sep 17 00:00:00 2001 From: light7734 Date: Mon, 14 Oct 2024 12:30:52 +0330 Subject: [PATCH] cicd: attempt fix --- .drone.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3bc7bf2..69b5af2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,14 @@ +kind: pipeline +type: docker +name: linux_amd64 + +platform: + os: linux + arch: amd64 + +workspace: + path: /opt + steps: name: install_dependencies image: ubuntu:latest @@ -69,15 +80,3 @@ steps: image: ubuntu:latest commands: - echp "[TODO] Implement coverage report" - -kind: pipeline -type: docker -name: linux_amd64 - -platform: - os: linux - arch: amd64 - -workspace: - path: /opt -