[build_init] Always check out the project in cwd

* Fix bad test input data which inaccurately reflected
  an https scheme in a GitilesCommit's Host url, causing the
  wrong checkout strategy to be used for integration tests.

Bug: IN-1102 #comment
Change-Id: Idca7f45b475a3f6ec73454a460e34cd13ed15992
5 files changed
tree: 0a086777339002a13cb527fb35963cedd00f08a1
  1. cmd/
  2. fxicfg/
  3. gotidy/
  4. retry/
  5. tools/
  6. .gitignore
  7. AUTHORS
  8. go.mod
  9. go.sum
  10. LICENSE
  11. MAINTAINERS
  12. manifest
  13. packages_to_publish.json
  14. PATENTS
  15. 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}