Skip to content

Commit

Permalink
Fix file permissions in example zips
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 10, 2024
1 parent 606a684 commit 0607cf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example_projects/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pkg_zip(
"template_files",
"template_vendordep",
],
mode = "0777",
)

pkg_files(
Expand All @@ -54,6 +55,7 @@ pkg_zip(
"template_files",
"template_vendordep",
],
mode = "0777",
)

pkg_files(
Expand All @@ -72,6 +74,7 @@ pkg_zip(
"template_files",
"template_vendordep",
],
mode = "0777",
)

pkg_files(
Expand All @@ -90,6 +93,7 @@ pkg_zip(
"template_files",
"template_vendordep",
],
mode = "0777",
)

pkg_files(
Expand All @@ -108,6 +112,7 @@ pkg_zip(
"template_files",
"template_vendordep",
],
mode = "0777",
)

filegroup(
Expand Down

0 comments on commit 0607cf3

Please sign in to comment.