increase logging for the release process

- in cl - https://cos-review.git.corp.google.com/c/cos/tools/+/64950
we added check=True and capture_output=True in subprocess.run

- Adding the capture_output captures the stdout and stderr.

Removing capture_output makes output of subcommand go directly to
console.

Change-Id: I03570c7a166afc616098a07197b9fe7a1dc674b4
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/65852
Reviewed-by: Anil Altinay <aaltinay@google.com>
Tested-by: Arnav Kansal <rnv@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
1 file changed
tree: 08c38567c828762a4a537fb0cb35e073964e24e9
  1. coverage/
  2. release/
  3. src/
  4. testing/
  5. .gitignore
  6. BUILD.bazel
  7. cloudbuild.yaml
  8. CONTRIBUTING.md
  9. deps.bzl
  10. go.mod
  11. go.sum
  12. LICENSE
  13. postsubmit-cloudbuild.yaml
  14. README.md
  15. run_tests.sh
  16. run_unit_tests.sh
  17. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.