Skip to content

Commit

Permalink
use files
Browse files Browse the repository at this point in the history
  • Loading branch information
dieend committed Sep 29, 2021
1 parent 6ac9242 commit deb5749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/util/run.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _extract_impl(
extract_file = extract_file or ctx.attr.extract_file
output_file = output_file or ctx.outputs.out
script = script_file or ctx.outputs.script
extra_deps = extra_deps or ctx.attr.extra_deps
extra_deps = extra_deps or ctx.files.extra_deps

toolchain_info = ctx.toolchains["@io_bazel_rules_docker//toolchains/docker:toolchain_type"].info

Expand Down

0 comments on commit deb5749

Please sign in to comment.