Skip to content

Commit

Permalink
Merge pull request #45 from FlowFuse/hardillb-patch-1
Browse files Browse the repository at this point in the history
Add -x to bash to print trace
  • Loading branch information
ppawlowski authored Jul 7, 2024
2 parents 70d119c + a9e7611 commit 03c02d5
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 03c02d5

Please sign in to comment.