We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc6578 commit 1f8f19fCopy full SHA for 1f8f19f
scripts/build-packages-dist.sh
@@ -4,7 +4,7 @@
4
# bazel tag set. The script builds all those packages and copies the release output to a
5
# folder within the project.
6
7
-set -u -e -o pipefail
+set -u -e -x -o pipefail
8
9
# Go to project directory.
10
cd $(dirname ${0})/..
0 commit comments