commit | 7d894784a4733886e1ce0707f9f56584c09d2a71 | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Fri Feb 24 20:28:14 2023 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 24 20:28:14 2023 +0100 |
tree | e2c29f37f07c7714a4e8328f6009d77fd55830e5 | |
parent | d7cb83d610acdbb7351cd4fe8daf3d03718de79e [diff] [blame] |
Pretty-print task config (#1558)
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py index f76f53d..d1ede39 100755 --- a/buildkite/bazelci.py +++ b/buildkite/bazelci.py
@@ -1209,7 +1209,7 @@ raise BuildkiteException("use_bazel_at_commit cannot be set when use_but is true") print_collapsed_group(":printer: Printing task config for downstream job...") - eprint(json.dumps(task_config)) + eprint(json.dumps(task_config, indent=2)) tmpdir = tempfile.mkdtemp() sc_process = None