drone-tech/.drone.yml
Techpriest-01 af3cf35a12
Some checks reported errors
continuous-integration/drone/push Build was killed
Blessings of the Omnissiah be upon me!
2023-04-25 19:20:50 +01:00

19 lines
230 B
YAML

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