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
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: test
|
||||
|
||||
type: docker
|
||||
kind: pipeline
|
||||
steps:
|
||||
- name: run db
|
||||
image: mongo
|
||||
- name: run db
|
||||
image: mongo
|
||||
detach: true
|
||||
|
||||
- name: run_tests
|
||||
image: pycms_server
|
||||
commands:
|
||||
- bash ./test.sh
|
||||
depends_on:
|
||||
- "run db"
|
||||
- name: run_tests
|
||||
image: pycms_server
|
||||
commands:
|
||||
- bash ./test.sh
|
||||
depends_on:
|
||||
- build
|
Loading…
Reference in New Issue
Block a user