Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
varbase-3293696
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
varbase-3293696
Commits
36f4c5a1
Commit
36f4c5a1
authored
3 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3217858
: Support PHP7.4 for Varbase ~9.0 and all used components with automated testing
parent
e1ab0486
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+1
-4
1 addition, 4 deletions
.circleci/config.yml
with
1 addition
and
4 deletions
.circleci/config.yml
+
1
−
4
View file @
36f4c5a1
...
@@ -130,13 +130,10 @@ commands:
...
@@ -130,13 +130,10 @@ commands:
-
run
:
-
run
:
name
:
Build Varbase with the composer and Install with drush
name
:
Build Varbase with the composer and Install with drush
command
:
|
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
cp -r /var/www/html/test/varbase /var/www/html/varbase-profile
cd /var/www/html/test/varbase
cd /var/www/html/test/varbase
composer install --no-interaction
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
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;"
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
cd /var/www/html/test/varbase/docroot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment