PoC: Special character escape attempt
continuous-integration/drone/push Build is failing Details

password-decoding
Illia Chub 2022-01-11 10:17:55 +02:00
parent c81b40744c
commit b71926d9b8
1 changed files with 2 additions and 4 deletions

View File

@ -29,10 +29,8 @@ steps:
ZONE_ID:
from_secret: ZONE_ID
machineip: >
curl -s \
-H "Authorization: Bearer $PASSWORD" \
'https://api.hetzner.cloud/v1/servers' > .machine.json \
for i in {0..24}; do jq 'if .servers['$i'].name == "ci-sibling" then .servers['$i'].public_net.ipv4.ip else null end' .machine.json; done | grep -v null | sed 's/"//' | sed 's/"//'
$(curl -s -H "Authorization: Bearer $PASSWORD" 'https://api.hetzner.cloud/v1/servers' > .machine.json \
for i in {0..24}; do jq 'if .servers['$i'].name == "ci-sibling" then .servers['$i'].public_net.ipv4.ip else null end' .machine.json; done | grep -v null | sed 's/"//' | sed 's/"//')
commands:
- echo $machineip