diff --git a/.drone.yml b/.drone.yml index 9a3e4a3f..a4d8de77 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,9 @@ name: default trigger: event: - -push \ No newline at end of file + -push +steps: + - name: toto + image: busybox:latest + commands: + - ls \ No newline at end of file