Files
containerd/defs/BUILD
Mike Brown 031b284c8a Squashed 'hack/repro-infra/' content from commit 684e550
git-subtree-dir: hack/repro-infra
git-subtree-split: 684e550a2f006dbe3cf3b3d481d3f19217b228f7
2017-04-21 11:39:29 -05:00

9 lines
142 B
Python

package(default_visibility = ["//visibility:public"])
py_binary(
name = "gcs_uploader",
srcs = [
"gcs_uploader.py",
],
)