add .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitry Belyaev 2022-10-12 10:33:36 +00:00
parent b6b61bfb9a
commit d1cb40f679
1 changed files with 12 additions and 0 deletions

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"