cloud/docker/release: don't fetch dependencies when building releases

Since we vendored all the core repository's dependencies there's no
reason to run 'go get', since there's no remote code to 'get'.
Use 'go install' instead.

Change-Id: Ib13e12a640320faea5fc420c6f647de4854da775
Reviewed-on: https://upspin-review.googlesource.com/10680
Reviewed-by: Rob Pike <r@golang.org>
1 file changed
tree: 2840a064baea064983090a8060305bfe6d6495bf
  1. cloud/
  2. cmd/
  3. .gitignore
  4. .travis.yml
  5. AUTHORS
  6. CONDUCT.md
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. PATENTS
  11. README.md
README.md

Upspin gcp repository

This repository contains support for running Upspin against Google Cloud Storage and/or Google Container Engine.

See the Setting up upspinserver document for information about running an Upspin service that stores its data in Google Cloud Storage.

See the Deploying Upspin servers to Google Cloud Platform document for information about running an Upspin cluster on Google Container Engine.

See the master repository for more information about the Upspin project.