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

fix bug in create_vps.sh

parent 655942b0
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ create-vps:
only:
changes:
- .gitlab-ci.yml
- .gitlab/ci_scripts/*
- ansible/**/*
- helmfiles/**/*
- test/**/*
......
......@@ -8,7 +8,7 @@ then
echo "Running python script"
# Run a python script that checks if the cached machine still exists. The
# script exits with 0 (true) if the machine can be reused
if python3 $(dirname "$0")/can_reuse_machine.py $HOSTNAME $IP_ADDRESS
if python3 $(dirname "$0")/can_reuse_machine.py $HOSTNAME $ip_address
then
exit 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment