drone-test/.drone.yml
ericek111 fe3b826b06
Some checks reported errors
continuous-integration/drone/push Build encountered an error
buster slim
2020-08-20 03:19:45 +02:00

14 lines
172 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
image: debian-buster-slim:latest
commands:
- echo hello world