Add minimal drone definition
continuous-integration/drone Build is passing Details

This commit is contained in:
Timothée Floure 2022-04-11 19:08:50 +02:00
commit df55d624e0
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
---
kind: pipeline
name: default
steps:
- name: backend
image: alpine:latest
commands:
- echo "test"