Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
varbase
Commits
a42eb15b
Commit
a42eb15b
authored
2 years ago
by
Rajab Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3341574
: Switch from Varbase Total Control Dashboard module to Varbase Dashboards
parent
db4346de
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+7
-9
7 additions, 9 deletions
.circleci/config.yml
with
7 additions
and
9 deletions
.circleci/config.yml
+
7
−
9
View file @
a42eb15b
...
@@ -27,7 +27,7 @@ commands:
...
@@ -27,7 +27,7 @@ commands:
sudo apt -qq update
sudo apt -qq update
sudo apt -qqy upgrade
sudo apt -qqy upgrade
sudo apt -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libaio1 libaio-dev libonig-dev libpng-dev mysql-client default-mysql-client
sudo apt -yqq install vim links lynx git diffutils htop curl wget p7zip-full unzip zip sed gcc g++ make libfreetype6-dev libaio1 libaio-dev libonig-dev libpng-dev mysql-client default-mysql-client
sudo apt -yqq install xvfb
libu2f-udev
libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 libnss3
sudo apt -yqq install xvfb libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 libnss3
libu2f-udev
## Configure and run the virtual display.
## Configure and run the virtual display.
-
run
:
-
run
:
...
@@ -68,9 +68,9 @@ commands:
...
@@ -68,9 +68,9 @@ commands:
done
done
echo Failed waiting for MySQL && exit 1
echo Failed waiting for MySQL && exit 1
## Install Composer
## Install Composer
~2
-
run
:
-
run
:
name
:
Install
C
omposer
name
:
Install
c
omposer
~2
command
:
|
command
:
|
sudo curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin/ --filename=composer --2;
sudo curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin/ --filename=composer --2;
composer config -g github-oauth.github.com $GITHUB_TOKEN
composer config -g github-oauth.github.com $GITHUB_TOKEN
...
@@ -149,7 +149,6 @@ commands:
...
@@ -149,7 +149,6 @@ commands:
cp -r /var/www/html/test/varbase-code /var/www/html/test/varbase
cp -r /var/www/html/test/varbase-code /var/www/html/test/varbase
cd /var/www/html/test/varbase
cd /var/www/html/test/varbase
composer install --no-interaction -vvv
composer install --no-interaction -vvv
composer require drupal/drush_language:~1.0
cp -r /var/www/html/test/varbase-code /var/www/html/test/varbase/docroot/profiles/varbase
cp -r /var/www/html/test/varbase-code /var/www/html/test/varbase/docroot/profiles/varbase
cd /var/www/html/test/varbase
cd /var/www/html/test/varbase
sudo rm -rf config configbit css images libraries scripts src tests traslations varbase.info.yml varbase.install varbase.libraries.yml varbase.profile varbase.services.yml yarn.lock
sudo rm -rf config configbit css images libraries scripts src tests traslations varbase.info.yml varbase.install varbase.libraries.yml varbase.profile varbase.services.yml yarn.lock
...
@@ -222,14 +221,13 @@ commands:
...
@@ -222,14 +221,13 @@ commands:
cd /var/www/html/test/varbase/docroot/profiles/varbase/scripts
cd /var/www/html/test/varbase/docroot/profiles/varbase/scripts
bash add-testing-users.sh
bash add-testing-users.sh
##
Enable the Drush Language Command module and add
RTL language
##
Import and Update local
RTL language
-
run
:
-
run
:
name
:
Enable the Drush Language Command module and add
RTL language
name
:
Import and Update local
RTL language
command
:
|
command
:
|
cd /var/www/html/test/varbase/docroot
cd /var/www/html/test/varbase/docroot
../bin/drush pm:enable drush_language --yes
../bin/drush locale-import ar --autocreate-language profiles/varbase/translations/ar.po
../bin/drush language-add ar
../bin/drush locale-update --langcodes=ar
../bin/drush language-info
../bin/drush cr
../bin/drush cr
## Uninstall Antibot module to let the selenium bot work
## Uninstall Antibot module to let the selenium bot work
...
...
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