Skip to content

Commit

Permalink
BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 20, 2024
1 parent 6fa899d commit d7d7758
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ genrule(
name = "html",
outs = ["tar.gz"],
cmd = """
export APTLY_BIN="$(location @aptly)"
export MAINTAINER_KEY="$(location //:envoy-maintainers-public.key)"
export APTLY_CONF="$(location //:aptly-config)"
export DEBS="$(location //debs)"
export DEBS_ROOT_DEFAULT="/opt/build/cache/repository"
export SIGNING_KEY_DEFAULT="[email protected]"
$(location //debs:publish)
tar cf $@ -C /opt/build/cache/html .
""",
Expand Down

0 comments on commit d7d7758

Please sign in to comment.