All checks were successful
continuous-integration/drone/push Build is passing
20 lines
232 B
YAML
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
|