add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dmitry Belyaev 2022-10-12 10:33:36 +00:00
parent b6b61bfb9a
commit d1cb40f679

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: hello
image: docker.io/busybox:latest
commands:
- echo "Hello world"