Rename //:ci-artifacts rule to //:push-build, and add a deprecated alias

This commit is contained in:
Jeff Grafton 2017-05-02 16:22:59 -07:00
parent 36590b0621
commit 4c51d1e237

View File

@ -20,7 +20,7 @@ filegroup(
)
gcs_upload(
name = "ci-artifacts",
name = "push-build",
data = [
":_binary-artifacts-and-hashes",
"//build/release-tars:release-tars-and-hashes",
@ -33,6 +33,13 @@ gcs_upload(
},
)
# TODO: remove this alias after 2017-05-22
alias(
name = "ci-artifacts",
actual = "push-build",
deprecation = "This rule will be removed after 2017-05-22. Use //:push-build instead.",
)
filegroup(
name = "package-srcs",
srcs = glob(