From 2a16fd18f3500430084ff36248e8f652d58d0897 Mon Sep 17 00:00:00 2001 From: Big Duckie Date: Fri, 7 Jul 2023 09:36:54 -0600 Subject: [PATCH] More testing. --- .drone.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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