diff --git a/.gitlab/ci_scripts/create_vps.sh b/.gitlab/ci_scripts/create_vps.sh index ac33e2dc72864e895facd82bc5397272ec27c64f..654963ada8c63111186579c718c2279e77d94eca 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