eschutho commented on a change in pull request #11207:
URL:
https://github.com/apache/incubator-superset/pull/11207#discussion_r508885111
##########
File path: docker-compose.yml
##########
@@ -67,6 +69,9 @@ services:
container_name: superset_init
command: ["/app/docker-init.sh"]
env_file: docker/.env
+ environment:
+ SUPERSET_CYPRESS_CONFIG: "${SUPERSET_CYPRESS_CONFIG}"
+ SUPERSET_CONFIG: "${SUPERSET_CONFIG}"
Review comment:
if you're not using this env var for anything else (it doesn't look that
way), you should be able to remove it here and just include it in your
`with_cypress` method.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]