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
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
|
||||||
image: docker.io/rust:1.67-alpine
|
|
||||||
commands:
|
|
||||||
- cd ./backend
|
|
||||||
- cargo test --verbose --all
|
|
||||||
- name: build
|
- name: build
|
||||||
image: docker.io/tmaier/docker-compose
|
image: docker.io/tmaier/docker-compose
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -15,8 +10,6 @@ steps:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- make ci
|
- make ci
|
||||||
depends_on:
|
|
||||||
- test
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
|
Loading…
Reference in a new issue