From 256ceab67f79ccc48eab588a05f4d081bf8ecee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Sun, 9 Jan 2022 12:16:43 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2e60049..11d8366 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,11 @@ type: docker name: default steps: +- name: say-hello + image: busybox + commands: + - echo hello-world + - name: backend image: composer commands: