join_admin/.drone.yml
Lukas Bachschwell 56e17d0f9b
All checks were successful
continuous-integration/drone/push Build is passing
Adapt CI config
2019-12-03 19:10:26 +01:00

15 lines
142 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo "hello world"