Skip to content

Commit

Permalink
envoy.distribution.distrotest: Fix config path (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Aug 25, 2021
1 parent 56330a7 commit 1f2b10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envoy.distribution.distrotest/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
from envoy.base import checker, utils
from envoy.docker import utils as docker_utils

DISTROTEST_CONFIG_PATH = "tools/distribution/distrotest.yaml"
DISTROTEST_CONFIG_PATH = pathlib.Path(
__file__).parent.joinpath("distrotest.yaml")

DOCKER_IMAGE_PREFIX = "envoybuild_"
DOCKER_CONTAINER_PREFIX = "envoytest_"
Expand Down

0 comments on commit 1f2b10c

Please sign in to comment.