drone-hello-world/.drone.yml

11 lines
168 B
YAML
Raw Normal View History

2020-10-08 17:08:37 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
2020-10-08 17:46:55 +00:00
- echo world
2020-10-08 17:48:51 +00:00
- echo "will ich haben: $secrec_password"