diff --git a/.drone.yml b/.drone.yml index d6aa249..7426055 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,11 @@ type: docker name: default steps: -- name: compile - image: mcr.microsoft.com/dotnet/sdk:6.0 +- name: hello + image: busybox commands: - - dir - + - echo hello world + trigger: branch: - - master - event: - - push \ No newline at end of file + - master \ No newline at end of file