Skip to content

Commit

Permalink
repo: Make it work externally
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Jul 31, 2024
1 parent d667101 commit 58de0a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ def envoy_example(name, shared = ":shared_files", common_fun = ":verify-common.s
if [[ $$SHARED == "external" ]]; then
SHARED=$$(echo $$SHARED_PATHS | cut -d/ -f-3)
fi
echo "%s" > $@
echo "%s" >> $@
echo "$$SHARED" >> $@
tar chf $@ -C . $$SHARED $(location %s) %s
""" % (shared, common_fun, name),
tools = [
common_fun,
Expand Down

0 comments on commit 58de0a5

Please sign in to comment.