mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-29 07:56:47 -05:00
add bazel rule
This commit is contained in:
parent
6ea4412e4b
commit
c9b684e5cb
1 changed files with 8 additions and 0 deletions
|
|
@ -489,3 +489,11 @@ multirun(
|
|||
jobs = 0, # execute concurrently
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
repo_command(
|
||||
name = "update_pseudo_version_hashes",
|
||||
args = [
|
||||
"update",
|
||||
],
|
||||
command = "//hack/pseudo-version:pseudo_version_tool_freshness",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue