Skip to content

Commit a0e12fd

Browse files
author
Naveen Valecha
authored
mdt-41619: Added CI environment support. (#27)
1 parent d3a26c6 commit a0e12fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/drupal10/settings.main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
/**
107107
* Github Actions environment settings.
108108
*/
109-
if (getenv('CI') == 'GITHUB_ACTIONS') {
109+
if (getenv('CI')) {
110110
$path = DRUPAL_ROOT . "/sites/$site/settings/settings.ci.php";
111111
// Load settings.
112112
if (!empty($path) && file_exists($path)) {

0 commit comments

Comments
 (0)