drone-test/.drone.yml
ericek111 3cfaa40216
All checks were successful
continuous-integration/drone/push Build is passing
buster again
2020-08-20 03:22:31 +02:00

14 lines
165 B
YAML

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