blob: 23dc30b4b547f26ec73f6d3f93fd9a5b995711f3 [file] [log] [blame]
licenses(["notice"])
package(default_visibility = ["//visibility:public"])
genrule(
name = "nomad-scheduler",
srcs = ["nomad"],
outs = ["heron-nomad"],
cmd = "mv $< $@",
)