Files
nomad-nummer5/.drone.yml
Udo Waechter 1b4e33c103
All checks were successful
continuous-integration/drone/push Build is passing
testing droneci
2023-12-13 12:33:31 +01:00

20 lines
232 B
YAML

kind: pipeline
type: docker
name: nomad-nummer5
platform:
os: linux
arch: arm64
environment:
TARGET_HOST: "test.chaos"
steps:
- name: test
image: alpine
commands:
- echo hello
- echo world
- echo $TARGET_HOST