Skip to content

How to run an oci_tarball inside of an sh_binary? #667

Closed Answered by thesayyn
njlr asked this question in Q&A
Discussion options

You must be logged in to vote

Same this

sh_test(
name = "case11_test",
srcs = ["case11_test.sh"],
args = ["$(location :case11_tarball)"],
data = [":case11_tarball"],
)
but use sh_binary instead.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@njlr
Comment options

@thesayyn
Comment options

Answer selected by thesayyn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants