Skip to content

Commit 9cf9a2f

Browse files
committed
Format genrule cmd
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 3e5a8cb commit 9cf9a2f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/pxl_scripts/BUILD.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ genrule(
4646
":preset_queries",
4747
],
4848
outs = ["bundle-oss.json"],
49-
cmd = "export PATH_PREFIX=$$(dirname $(location //src/pxl_scripts:makefile))/; EXECUTABLES=../../$(location //src/pixie_cli:px) make -C $$PATH_PREFIX bundle-oss.json; cp bundle-oss.json $(@D)/bundle-oss.json",
49+
cmd = """
50+
export PATH_PREFIX=$$(dirname $(location //src/pxl_scripts:makefile))/;
51+
EXECUTABLES=../../$(location //src/pixie_cli:px) make -C $$PATH_PREFIX bundle-oss.json;
52+
cp bundle-oss.json $(@D)/bundle-oss.json
53+
""",
5054
tools = [
5155
"//src/pixie_cli:px",
5256
],

0 commit comments

Comments
 (0)