drone-tech/.drone.yml
Techpriest-01 a2d35d6754
All checks were successful
continuous-integration/drone/push Build is passing
Sing with me...
2023-05-11 22:51:18 +01:00

19 lines
232 B
YAML

kind: pipeline
type: docker
name: hello-world
platform:
os: linux
arch: arm64
trigger:
branch:
- master
event:
- push
steps:
- name: say-hello
image: alpine
commands:
- echo hello
- echo world