Skip to content
Snippets Groups Projects
Commit 4a35d74e 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 6a567f36
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,9 @@ commands:
name: Build Varbase with the composer and Install with drush
command: |
sudo chmod 777 -R /var/www/html/test/varbase
if [ -d "/var/www/html/varbase-profile" ]; then sudo rm -rf /var/www/html/varbase-profile fi
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 -vvv
......
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