Skip to content

Commit 491a132

Browse files
authored
ci: Fix path to examples repo (#1106)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent f4e6beb commit 491a132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
DOCS_BUILD_RST: "${DOCS_BUILD_RST:-}"
1717
BAZEL_BUILD_EXTRA_OPTIONS: >-
1818
${BAZEL_BUILD_EXTRA_OPTIONS:-
19-
--override_repository=envoy-examples=../examples}
19+
--override_repository=envoy-examples=../../examples}
2020
USER_UID: "${UID:-1000}"
2121
GROUP_UID: "${GID:-1000}"
2222
GITHUB_TOKEN: "${GITHUB_TOKEN:-}"

0 commit comments

Comments
 (0)