This commit is contained in:
parent
bb186a0f7d
commit
f155e0e7f9
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue