testing for Drone CI
continuous-integration/drone/push Build was killed Details
continuous-integration/drone Build was killed Details

This commit is contained in:
Vegard Berg 2022-10-16 03:33:23 +02:00
parent f58a14d958
commit 1b81ba1111
Signed by: myrkvi
GPG Key ID: BFE35EA1A44D5E40
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: test
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world