From 64377a9d5d6fa8fb37e677c5e1495c67193c5904 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 13 Nov 2019 18:59:02 +0100 Subject: [PATCH] new: pkg: add name of builder at the beginning of the build --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 95eab55..17f2345 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,8 @@ steps: ## final build docker repository access. docker_config_json: {from_secret: DOCKER_CONFIG_JSON} commands: + - | + echo "BUILDING ON: ${DRONE_SYSTEM_HOSTNAME}" - | mkdir -p /root/.ssh cat < /root/.ssh/config