From 1b4e33c103c749effaa3404feb6ebba51058bbb1 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 13 Dec 2023 12:33:31 +0100 Subject: [PATCH] testing droneci --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 72582ac..75d49a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,10 @@ name: nomad-nummer5 platform: os: linux arch: arm64 + + +environment: + TARGET_HOST: "test.chaos" steps: - name: test @@ -12,3 +16,4 @@ steps: commands: - echo hello - echo world + - echo $TARGET_HOST