Skip to content
Snippets Groups Projects
Verified Commit ab3991a1 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

make it very clear which machine will be used by the CI

parent eb649d82
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment