[artifacts] Revert "Read gcs_bucket from output properties, not input"

This reverts commit 2e81ae1df391e7b90b9c38f4371330de2ac316c4.

Reason for revert: May be causing system OTA test to fail


Original change's description:
> [artifacts] Read gcs_bucket from output properties, not input
>
> This is better because:
> * It's much more intuitive that something outside a build depends on its
>   outputs rather than its inputs.
> * Our recipe code expects this. It's setting the output property
>   gcs_bucket already, not the input property.
>
> Change-Id: Id2ad57c08e4f60a7bd20310afabec9210ca7bffb

TBR=garymm@google.com,atyfto@google.com,kylecameron@google.com

Change-Id: Ic31c219907ec65a2adc2a5f011dd7c553a96481c
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
3 files changed
tree: 305256b68ffa6f3c3288c2481ea54dd25fe6e870
  1. artifacts/
  2. botanist/
  3. buildbucket/
  4. cmd/
  5. digest/
  6. gcs/
  7. gotidy/
  8. resultstore/
  9. secrets/
  10. .gitignore
  11. AUTHORS
  12. go.mod
  13. go.sum
  14. LICENSE
  15. MAINTAINERS
  16. manifest
  17. PATENTS
  18. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}