Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
f85350f0
Commit
f85350f0
authored
4 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #11895 TIME 0:10 test e2e gitlab
parent
6f567e8a
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
.gitlab-ci.yml
+23
-0
23 additions, 0 deletions
.gitlab-ci.yml
with
23 additions
and
0 deletions
.gitlab-ci.yml
+
23
−
0
View file @
f85350f0
...
...
@@ -30,6 +30,29 @@ before_script:
-
bash ci/docker_install_php.sh > /dev/null
-
bash ci/docker_install_database.sh > /dev/null
job_e2e
:
image
:
php:7.4-apache
stage
:
test
script
:
-
mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}
-
mkdir -p /opt/maarch/docservers/{ai,manual,manual_attachments,templates}
-
mkdir -p /opt/maarch/docservers/{convert_attachments,convert_attachments_version,convert_mlb}
-
mkdir -p /opt/maarch/docservers/{fulltext_attachments,fulltext_attachments_version,fulltext_mlb}
-
mkdir -p /opt/maarch/docservers/{thumbnails_attachments,thumbnails_attachments_version,thumbnails_mlb}
-
mkdir -p /var/www/html/
-
cp -R /builds/maarch/MaarchCourrier/ /var/www/html/
-
cd /var/www/html/MaarchCourrier
-
mkdir -p /var/www/html/MaarchCourrier
-
curl -sL https://deb.nodesource.com/setup_13.x | bash -
-
apt-get install -yqq nodejs
-
npm install npm@latest -g
-
npm set registry https://registry.npmjs.org/
-
npm install
-
sed 's/<databaseserver>.*<\/databaseserver>/<databaseserver>postgres<\/databaseserver>/;s/<databasepassword>.*<\/databasepassword>/<databasepassword><\/databasepassword>/;s/<databasename>.*<\/databasename>/<databasename>MaarchCourrier<\/databasename>/;s/<databaseuser>.*<\/databaseuser>/<databaseuser>maarch<\/databaseuser>/' apps/maarch_entreprise/xml/config.xml.default > apps/maarch_entreprise/xml/config.xml
-
npm run ee-launch
only
:
-
develop
job_php-7.4
:
image
:
php:7.4-apache
stage
:
test
...
...
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