Create .drone.yml

This commit is contained in:
Nitwel 2023-11-17 13:24:11 +01:00 committed by GitHub
parent c3d0139b96
commit ff19519922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: golang:1.12
commands:
- ls