Lukas Bachschwell
56e17d0f9b
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
142 B
YAML
15 lines
142 B
YAML
---
|
|
kind: pipeline
|
|
type: exec
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: greeting
|
|
commands:
|
|
- echo "hello world"
|
|
|