Skip to content

Commit

Permalink
Expose TOMCAT_VERSION to Traffic Router tests docker-compose service
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed Jul 9, 2024
1 parent e4631e5 commit 7947e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions traffic_router/tests/.env
2 changes: 2 additions & 0 deletions traffic_router/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ services:
- traffic_router:/traffic_router
- ../../junit:/junit
- ../../.m2:/root/.m2
env_file: # makes TOMCAT_VERSION avaiable to the container
- .env
environment:
DEBUG_ENABLE: 'false' # Set to 'true' to debug the TR unit tests
DEBUG_PORT: 8000
Expand Down

0 comments on commit 7947e42

Please sign in to comment.