This is an automated email from the ASF dual-hosted git repository.
areusch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/ci-docker-staging by this push:
new 9241dbb display all env vars
9241dbb is described below
commit 9241dbba2a006f7357c954fcc8cbae0409935d06
Author: Andrew Reusch <[email protected]>
AuthorDate: Thu Aug 12 14:41:53 2021 -0700
display all env vars
---
docker/bash.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docker/bash.sh b/docker/bash.sh
index 42b02dc..26d285e 100755
--- a/docker/bash.sh
+++ b/docker/bash.sh
@@ -35,6 +35,8 @@
set -xeuo pipefail
+set
+
function show_usage() {
cat <<EOF
Usage: docker/bash.sh [-i|--interactive] [--net=host] [--cpuset-cpus=<cpus>]