cicd: attempt fix
This commit is contained in:
parent
cc52b5e657
commit
26b6c52658
23
.drone.yml
23
.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
|
||||
|
||||
|
|
Loading…
Reference in New Issue