Complete the vendoring of elafros/build. (#830)

This completes the process from #829 and removes the WORKSPACE dependency on elafros/build. We now rely on a copy of the release.yaml that was published from elafros/build's nightly release.

This also updates the revision of Build that we depend on to reflect the release.yaml we are pulling in.

Fixes: #270
This commit is contained in:
Matt Moore 2018-05-08 14:04:24 -07:00 committed by Google Prow Robot
parent 1ec350998b
commit 60c27893f4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ bazel run //:everything > everything.yaml
bazel run //:istio > istio.yaml
# Just resources from Build CRD
bazel run @buildcrd//:everything > buildcrd.yaml
bazel run //third_party/config/build:everything > buildcrd.yaml
# Just resources from Elafros itself
bazel run //:elafros > elafros.yaml