File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9898if [ " $MODULE_FOUND " = true ]; then
9999 echo " ✅ cypress_test_content module found at: $MODULE_LOCATION "
100100 # Write the environment variable to a file for pipeline access
101- echo " export CYPRESS_TEST_CONTENT_AVAILABLE=true" > /var/www/html/ .cypress_test_content_status
101+ echo " export CYPRESS_TEST_CONTENT_AVAILABLE=true" > .cypress_test_content_status
102102 ddev drush pm:enable cypress_test_content -y
103103else
104104 echo " ❌ cypress_test_content module not found in filesystem"
105105 # Write the environment variable to a file for pipeline access
106- echo " export CYPRESS_TEST_CONTENT_AVAILABLE=false" > /var/www/html/ .cypress_test_content_status
106+ echo " export CYPRESS_TEST_CONTENT_AVAILABLE=false" > .cypress_test_content_status
107107fi
108108
109109echo " 👤 Creating site admin user..."
You can’t perform that action at this time.
0 commit comments