We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad9609 commit 9897fe6Copy full SHA for 9897fe6
hack/ci-e2e-test.sh
@@ -13,9 +13,7 @@ function cleanup {
13
for try in {1..20}; do
14
# Clean up master
15
echo "Cleaning up controller, attempt ${try}"
16
- # Clean up only the server, we want to keep the key as only one key may exist
17
- # for a given fingerprint
18
- terraform destroy -target=hcloud_server.machine-controller-test -force
+ terraform destroy -force
19
if [[ $? == 0 ]]; then break; fi
20
echo "Sleeping for $try seconds"
21
sleep ${try}s
0 commit comments