summaryrefslogtreecommitdiffhomepage
path: root/tools/images/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/images/BUILD')
-rw-r--r--tools/images/BUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/images/BUILD b/tools/images/BUILD
index 66ffd02aa..8d319e3e4 100644
--- a/tools/images/BUILD
+++ b/tools/images/BUILD
@@ -6,14 +6,9 @@ package(
licenses = ["notice"],
)
-genrule(
+sh_binary(
name = "zone",
- outs = ["zone.txt"],
- cmd = "gcloud config get-value compute/zone > \"$@\"",
- tags = [
- "local",
- "manual",
- ],
+ srcs = ["zone.sh"],
)
sh_binary(