Skip to content
Snippets Groups Projects
Commit bce7a71c authored by jurgenhaas's avatar jurgenhaas
Browse files

Cypress env variable is case sensitive

parent f560141d
No related branches found
No related tags found
1 merge request!60Merging develop into main
Pipeline #746385 passed
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
......@@ -530,7 +530,7 @@ services:
environment:
- CYPRESS_baseUrl={{ projectprotocol }}://{{ projectdomain }}{{ projectport }}
{% if mailhog.enable %}
- CYPRESS_mailhogUrl={{ projectprotocol }}://mailhog-{{ projectdomain }}{{ projectport }}
- CYPRESS_MAILHOGURL={{ projectprotocol }}://mailhog-{{ projectdomain }}{{ projectport }}
{% endif %}
- PHP_CONTAINER={{ projectname }}-php-1
{% if not drupal.live|default(0) %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment