change runner
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Lulzette 2021-10-19 02:26:08 +00:00
parent 2f5867028e
commit c4602b9d4e

View File

@ -1,10 +1,20 @@
kind: pipeline
type: docker
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: greets
image: python
- name: build
commands:
- docker build .
- name: test
commands:
- docker-compose up --build --abort-on-container-exit
- name: run
commands:
- docker-compose up --build -d