Files
nomad-nummer5/.drone.yml
Udo Waechter a7c65aeea7
Some checks reported errors
continuous-integration/drone Build was killed
drone stuff and adding platform
2023-10-22 12:58:16 +02:00

14 lines
151 B
YAML

kind: pipeline
type: docker
name: nomad-nummer5
platform:
os: linux
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world