sourcegraph/cmd/server/image_tests/BUILD.bazel
Erik Seliger 9f9bf43927
Merge enterprise and non-enterprise server images (#56446)
There's only one version now, so we can merge these two. Another one on the road to getting rid of the enterprise/non-enterprise distinction entirely!
2023-09-11 14:39:27 +02:00

6 lines
105 B
Python

filegroup(
name = "scripts",
srcs = glob(["*.sh"]),
visibility = ["//cmd/server:__pkg__"],
)