The real drone yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
lulzette 2022-08-28 13:20:12 +03:00
parent cd47d4aa84
commit 93ff836e08

View File

@ -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