Skip to content
Snippets Groups Projects
Commit 36f4c5a1 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3217858: Support PHP7.4 for Varbase ~9.0 and all used components with automated testing

parent e1ab0486
No related branches found
No related tags found
No related merge requests found
......@@ -130,13 +130,10 @@ commands:
- run:
name: Build Varbase with the composer and Install with drush
command: |
if [ -d "/var/www/html/varbase-profile" ]; then
sudo rm -rf /var/www/html/varbase-profile
fi
cp -r /var/www/html/test/varbase /var/www/html/varbase-profile
cd /var/www/html/test/varbase
composer install --no-interaction
cp -r /var/www/html/varbase-profile /var/www/html/test/varbase/docroot/profiles/varbase
mv /var/www/html/varbase-profile /var/www/html/test/varbase/docroot/profiles/varbase
sudo chmod 777 -R /var/www/html/test/varbase
mysql -h 127.0.0.1 -uuser -ppassw0rd -e "DROP DATABASE IF EXISTS test_varbase;CREATE DATABASE test_varbase;"
cd /var/www/html/test/varbase/docroot
......
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