mirror of https://github.com/knative/docs.git
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:
parent
1ec350998b
commit
60c27893f4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue