Skip to content

Commit

Permalink
Merge pull request #2830 from meyskens/licenses
Browse files Browse the repository at this point in the history
Make directory name the correct "licenses"
  • Loading branch information
jetstack-bot committed Apr 23, 2020
2 parents 49e1a7a + c3eecbc commit 7332ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/container.bzl
Expand Up @@ -70,15 +70,15 @@ def multi_arch_container(

# Create a tar file containing the created license files
pkg_tar(
name = "%s.licence_tar" % name,
name = "%s.license_tar" % name,
srcs = ["//:LICENSE", "//:LICENSES"],
package_dir = "licences",
package_dir = "licenses",
)

container_image(
name = "%s.image" % name,
base = ":%s-internal-notimestamp" % name,
tars = [":%s.licence_tar" % name],
tars = [":%s.license_tar" % name],
stamp = stamp,
tags = tags,
user = user,
Expand Down

0 comments on commit 7332ab7

Please sign in to comment.