Skip to content

Commit

Permalink
Fixing bazel misconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDuPont committed Sep 30, 2024
1 parent 0d243ba commit 6e77ae5
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 2,786 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ compile_pip_requirements(

# Set up commands to build all images in the project
command(
name = "api_v2_img",
command = "//src/api/v2:tarball",
name = "api_img",
command = "//src/api:tarball",
visibility = ["//visibility:public"],
)

multirun(
name = "build_all_imgs",
commands = [
":api_v2_img",
":api_img",
],
jobs = 0,
)
Expand Down
Loading

0 comments on commit 6e77ae5

Please sign in to comment.