Skip to content

Commit

Permalink
feat(bid-script): add env to the debug (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy108369 authored Sep 7, 2023
1 parent 2fee44a commit 344331f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/akash-provider/scripts/price_script_generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ data_in=$(jq .)

## DEBUG
if ! [[ -z $DEBUG_BID_SCRIPT ]]; then
echo "====================== start ======================" >> /tmp/${AKASH_OWNER}.log
echo "$(TZ=UTC date -R)" >> /tmp/${AKASH_OWNER}.log
echo "$data_in" >> /tmp/${AKASH_OWNER}.log
env >> /tmp/${AKASH_OWNER}.log
echo "====================== end ======================" >> /tmp/${AKASH_OWNER}.log
fi

# Pull the pricing data from the deployment request
Expand Down

0 comments on commit 344331f

Please sign in to comment.