From a9e7611bf9bd93322363007473f76448a36246a7 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Sat, 6 Jul 2024 10:04:54 +0100 Subject: [PATCH] Add -x to bash to print trace script is failing on line 7 with bad substitution which makes me think it's the DO token, but need to confirm --- scripts/market-place-submit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/market-place-submit.sh b/scripts/market-place-submit.sh index f2e686f..196ccf2 100644 --- a/scripts/market-place-submit.sh +++ b/scripts/market-place-submit.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -x IMAGE_ID=$(jq '.builds[-1].artifact_id | split(":")[1] | tonumber' manifest.json) # this should come from an app secret, this is new FlowFuse app id