change runner
This commit is contained in:
parent
2f5867028e
commit
c4602b9d4e
16
.drone.yml
16
.drone.yml
@ -1,10 +1,20 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: exec
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greets
|
- name: build
|
||||||
image: python
|
|
||||||
commands:
|
commands:
|
||||||
- docker build .
|
- docker build .
|
||||||
|
- name: test
|
||||||
|
commands:
|
||||||
|
- docker-compose up --build --abort-on-container-exit
|
||||||
|
- name: run
|
||||||
|
commands:
|
||||||
|
- docker-compose up --build -d
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user