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 ebac525 commit d667101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def envoy_example(name, shared = ":shared_files", common_fun = ":verify-common.s
SHARED=$$(echo $$SHARED_PATHS | cut -d/ -f1)
# This is a bit hacky and may not work in all bazel situations, but works for now
if [[ $$SHARED == "external" ]]; then
SHARED=$$(echo $$SHARED_PATHS | cut -d/ -f-2)
SHARED=$$(echo $$SHARED_PATHS | cut -d/ -f-3)
fi
echo "%s" > $@
echo "%s" >> $@
Expand Down

0 comments on commit d667101

Please sign in to comment.