Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2022-01-09 12:16:43 +01:00
parent dde65761e5
commit 256ceab67f
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ type: docker
name: default
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world
- name: backend
image: composer
commands: