The real drone yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
cd47d4aa84
commit
93ff836e08
22
.drone.yml
22
.drone.yml
@ -9,17 +9,17 @@ steps:
|
|||||||
- docker-compose -p pycms push
|
- docker-compose -p pycms push
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: test
|
name: test
|
||||||
|
type: docker
|
||||||
|
kind: pipeline
|
||||||
steps:
|
steps:
|
||||||
- name: run db
|
- name: run db
|
||||||
image: mongo
|
image: mongo
|
||||||
|
detach: true
|
||||||
|
|
||||||
- name: run_tests
|
- name: run_tests
|
||||||
image: pycms_server
|
image: pycms_server
|
||||||
commands:
|
commands:
|
||||||
- bash ./test.sh
|
- bash ./test.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- "run db"
|
- build
|
Loading…
Reference in New Issue
Block a user