Playground/.drone.yml

17 lines
174 B
YAML
Raw Normal View History

2020-05-20 22:21:19 +00:00
kind: pipeline
2020-12-05 23:29:38 +00:00
type: docker
2020-05-20 22:21:19 +00:00
name: default
2020-12-05 23:29:38 +00:00
platform:
os: linux
arch: amd64
2020-05-20 22:21:19 +00:00
steps:
2020-12-05 23:29:38 +00:00
- name: hallo
image: alpine
2020-05-20 22:21:19 +00:00
commands:
2020-12-05 23:29:38 +00:00
- echo hello world
node:
saces: saces