Update ci
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dominic Grimm 2023-02-12 11:23:45 +01:00
parent bb186a0f7d
commit f155e0e7f9
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
1 changed files with 0 additions and 7 deletions

View File

@ -3,11 +3,6 @@ type: docker
name: default
steps:
- name: test
image: docker.io/rust:1.67-alpine
commands:
- cd ./backend
- cargo test --verbose --all
- name: build
image: docker.io/tmaier/docker-compose
volumes:
@ -15,8 +10,6 @@ steps:
path: /var/run/docker.sock
commands:
- make ci
depends_on:
- test
volumes:
- name: dockersock