Skip to content

Commit

Permalink
handle runfiles (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
apesternikov authored Feb 28, 2023
1 parent b7ac814 commit 5118397
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 @@ -520,6 +520,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 5118397

Please sign in to comment.