More testing.

This commit is contained in:
Big Duckie
2023-07-07 09:36:54 -06:00
parent 621f1ff1bd
commit 2a16fd18f3
+5 -7
View File
@@ -3,13 +3,11 @@ type: docker
name: default name: default
steps: steps:
- name: compile - name: hello
image: mcr.microsoft.com/dotnet/sdk:6.0 image: busybox
commands: commands:
- dir - echo hello world
trigger: trigger:
branch: branch:
- master - master
event:
- push