From c943276095e8fbbec8439967419784d1416a3ed3 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Tue, 11 Jan 2022 15:00:12 +0200 Subject: [PATCH] PoC: Special character escape attempt --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 34ce93e..e523b11 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,8 +34,8 @@ steps: 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/"//' - - > - export machineip=$(cat .machine.json); + - export machineip=$(cat .machine.json); + - echo "$machineip" - > curl -s -X GET "https://api.cloudflare.com/client/v4/zones?name=$DOMAIN" -H "Authorization: Bearer $CLOUDFLARE_TOKEN"