From ab3991a13390411fe906c016f041d83a5330b4f6 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 5 Dec 2019 17:19:32 +0100
Subject: [PATCH] make it very clear which machine will be used by the CI

---
 .gitlab/ci_scripts/create_vps.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab/ci_scripts/create_vps.sh b/.gitlab/ci_scripts/create_vps.sh
index ac33e2dc7..654963ada 100644
--- a/.gitlab/ci_scripts/create_vps.sh
+++ b/.gitlab/ci_scripts/create_vps.sh
@@ -10,6 +10,7 @@ then
   # script exits with 0 (true) if the machine can be reused
   if python3 $(dirname "$0")/can_reuse_machine.py $HOSTNAME $ip_address
   then
+    echo "Will reuse machine with hostname '$HOSTNAME' and ip address '$ip_address'"
     exit 0
   fi
 fi
-- 
GitLab