Skip to content

Commit 4cec021

Browse files
committed
Cypress variable directory
1 parent 8e23b90 commit 4cec021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/host/install-drupal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ done
9898
if [ "$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
103103
else
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
107107
fi
108108

109109
echo "👤 Creating site admin user..."

0 commit comments

Comments
 (0)