Skip to content

Commit

Permalink
Update BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustKarlstedt authored Oct 12, 2022
1 parent c1782bc commit 4da79a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ filegroup(
py_binary(
name = "build_tar",
srcs = ["build_tar.py"],
imports = ["."],
python_version = "PY3",
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
Expand All @@ -44,6 +45,7 @@ py_library(
"archive.py",
"build_tar.py",
],
imports = ["."],
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 4da79a9

Please sign in to comment.