cicd: attempt fix

This commit is contained in:
light7734 2024-10-14 12:30:52 +03:30
parent cc52b5e657
commit 26b6c52658
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 11 additions and 12 deletions

View File

@ -1,3 +1,14 @@
kind: pipeline
type: docker
name: linux_amd64
platform:
os: linux
arch: amd64
workspace:
path: /opt
steps: steps:
name: install_dependencies name: install_dependencies
image: ubuntu:latest image: ubuntu:latest
@ -69,15 +80,3 @@ steps:
image: ubuntu:latest image: ubuntu:latest
commands: commands:
- echp "[TODO] Implement coverage report" - echp "[TODO] Implement coverage report"
kind: pipeline
type: docker
name: linux_amd64
platform:
os: linux
arch: amd64
workspace:
path: /opt