We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc0b7f commit f3fdab2Copy full SHA for f3fdab2
Dockerfile
@@ -77,7 +77,8 @@ COPY drushrc.php /root/.drush
77
COPY dotmy.cnf /root/.my.cnf
78
79
ENV PATH "/root/.composer/vendor/bin:${PATH}"
80
-ENV SIMPLETEST_BASE_URL http://localhost:8080/
+ENV SIMPLETEST_BASE_URL http://localhost:8080
81
+ENV CYPRESS_BASE_URL http://localhost:8080
82
WORKDIR /projects
83
84
EXPOSE 8080
drushrc.php
@@ -1,5 +1,5 @@
1
<?php
2
$options['r'] = '/projects/drupal/web';
3
-$command_specific['site-install']['db-url'] = empty($_ENV['CIRCLECI'])
+$command_specific['site-install']['db-url'] = empty($_SERVER['CIRCLECI'])
4
? 'mysql://root@db/drupal'
5
: 'mysql://[email protected]/circle_test';
0 commit comments