Skip to content

Commit 1f8f19f

Browse files
committed
test
1 parent bfc6578 commit 1f8f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-packages-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# bazel tag set. The script builds all those packages and copies the release output to a
55
# folder within the project.
66

7-
set -u -e -o pipefail
7+
set -u -e -x -o pipefail
88

99
# Go to project directory.
1010
cd $(dirname ${0})/..

0 commit comments

Comments
 (0)