Skip to content

Commit

Permalink
Add -x to bash to print trace
Browse files Browse the repository at this point in the history
script is failing on line 7 with bad substitution which makes me think it's the DO token, but need to confirm
  • Loading branch information
hardillb authored Jul 6, 2024
1 parent 70d119c commit a9e7611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/market-place-submit.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a9e7611

Please sign in to comment.