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 -