Skip to content

Commit

Permalink
comment out debug log in publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed Nov 28, 2024
1 parent 460b8f0 commit abf20c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_iota_core/scripts/publish_identity_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
script_dir=$(cd "$(dirname $0)" && pwd)
package_dir=$script_dir/../packages/iota_identity

echo "publishing package from $package_dir"
# echo "publishing package from $package_dir"
package_id=$(iota client publish --with-unpublished-dependencies --skip-dependency-verification --silence-warnings --json --gas-budget 500000000 $package_dir | jq --raw-output '.objectChanges[] | select(.type | contains("published")) | .packageId')
export IOTA_IDENTITY_PKG_ID=$package_id

0 comments on commit abf20c7

Please sign in to comment.