diff options
Diffstat (limited to 'compose/start-compose.sh')
-rwxr-xr-x | compose/start-compose.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compose/start-compose.sh b/compose/start-compose.sh index a5da09d8..a6ada298 100755 --- a/compose/start-compose.sh +++ b/compose/start-compose.sh @@ -72,6 +72,9 @@ if [ -z "$ROBOT_LOG_DIR" ]; then export ROBOT_LOG_DIR=/tmp/ fi +# always 'docker' if running docker compose +export TEST_ENV="docker" + if [ -n "$component" ]; then if [ "$component" == "logs" ]; then echo "Collecting logs..." |