Files
test-drone/.drone.yml
Dmitry Belyaev d1cb40f679
All checks were successful
continuous-integration/drone/push Build is passing
add .drone.yml
2022-10-12 10:33:36 +00:00

13 lines
157 B
YAML

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