Files
nomad-nummer5/.drone.yml
Udo Waechter 94e5fc783e
Some checks reported errors
continuous-integration/drone/push Build was killed
testing git diff
2024-04-08 18:13:27 +02:00

24 lines
328 B
YAML

kind: pipeline
type: docker
name: nomad-nummer5
platform:
os: linux
arch: arm64
environment:
TARGET_HOST: "test.chaos"
steps:
- name: git log
image: git
commands:
- git diff-tree --no-commit-id --name-only HEAD -r
- name: test
image: alpine
commands:
- echo hello
- echo world
- echo $TARGET_HOST