Skip to content

Commit

Permalink
Add set -x flag
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Oct 7, 2024
1 parent 955ad7a commit d6bc4b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/builder/protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# This script builds the eigenDA protobufs.

set +x

# The location where this script can be found.
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

Expand Down Expand Up @@ -32,3 +34,5 @@ protoc -I "${DISPERSER_PROTO_DIR}" -I "${PROTO_DIR}" \
--go-grpc_out="${DISPERSER_GRPC_DIR}" \
--go-grpc_opt=paths=source_relative \
"${DISPERSER_PROTO_DIR}"/**/*.proto

set -x

0 comments on commit d6bc4b9

Please sign in to comment.