Skip to content

Commit 489ccbb

Browse files
committed
debug removed
1 parent e9a66e0 commit 489ccbb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

action.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,6 @@ while [[ $RETRY_COUNT -lt $MAX_RETRIES ]]; do
430430
sleep "$WAIT_SEC"
431431
done
432432

433-
# TODO: Remove after test
434-
# Temp: Show servers.json
435-
jq < create-server.json
436-
jq < servers.json
437-
438433
# Get the Hetzner Server ID from the JSON response (assuming valid JSON)
439434
MY_HETZNER_SERVER_ID=$(jq -er '.server.id' < "servers.json")
440435

0 commit comments

Comments
 (0)