We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7c067 commit 790aa19Copy full SHA for 790aa19
scripts/make/build-docker.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+# TODO(a.garipov): Improve arguments handling.
4
+
5
verbose="${VERBOSE:-0}"
6
7
if [ "$verbose" -gt '0' ]; then
0 commit comments