drone geupdated

This commit is contained in:
HuskyTeufel
2021-09-06 12:56:09 +02:00
parent 8bc1ff4491
commit 7952ff3058

View File

@@ -1,8 +1,7 @@
kind: pipeline kind: pipeline
name: default name: default
steps: steps:
- name: test - name: compile
image: golang image: microsoft/dotnet:sdk
commands: commands:
- go test - dotnet build
- go build