Update '.drone.yml'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
dde65761e5
commit
256ceab67f
|
@ -3,6 +3,11 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: say-hello
|
||||||
|
image: busybox
|
||||||
|
commands:
|
||||||
|
- echo hello-world
|
||||||
|
|
||||||
- name: backend
|
- name: backend
|
||||||
image: composer
|
image: composer
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue