More testing.

This commit is contained in:
Big Duckie
2023-07-07 09:36:54 -06:00
parent 621f1ff1bd
commit 2a16fd18f3
+3 -5
View File
@@ -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