mirror of https://github.com/k3s-io/k3s.git
Rename //:ci-artifacts rule to //:push-build, and add a deprecated alias
parent
36590b0621
commit
4c51d1e237
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue