Skip to content

Commit

Permalink
handle runfiles (adobe#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
apesternikov authored and arturo-skydio committed Oct 5, 2023
1 parent 80944aa commit 53623d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skylib/k8s.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ def _k8s_test_setup_impl(ctx):
)

rf = ctx.runfiles(files = files, transitive_files = depset(transitive = transitive))
rf = rf.merge(ctx.attr._set_namespace[DefaultInfo].default_runfiles)
for dep_rf in pushes_runfiles:
rf = rf.merge(dep_rf)
return [DefaultInfo(
Expand Down

0 comments on commit 53623d5

Please sign in to comment.