From ff275c3c549cd4c6da6230a43ab4d537403021d4 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 20 Jan 2023 02:19:01 -0500 Subject: [PATCH] checking to see where we would run initially.... --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index b94fc08..6e4086b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ name: hello-world type: docker steps: + - name: Check build host + commands: + - hostname + - name: say-hello image: busybox commands: