Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
0
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
48f0ebcd
Commit
48f0ebcd
authored
3 years ago
by
Guillaume Heurtier
Browse files
Options
Downloads
Patches
Plain Diff
FIX #16997 TIME 0:05 optimise services used in gitlab jobs
parent
3df08375
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
+6
-3
6 additions, 3 deletions
.gitlab-ci.yml
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
6
−
3
View file @
48f0ebcd
services
:
-
postgres:10.1
variables
:
POSTGRES_DB
:
"
MaarchCourrier"
POSTGRES_USER
:
maarch
...
...
@@ -34,6 +31,8 @@ before_script:
job_php-7.4
:
image
:
php:7.4-apache
stage
:
test
services
:
-
postgres:10.1
script
:
-
mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}
-
mkdir -p /opt/maarch/docservers/{ai,manual,manual_attachments,templates}
...
...
@@ -54,6 +53,8 @@ job_php-7.4:
job_php-7.3
:
image
:
php:7.3-apache
stage
:
test
services
:
-
postgres:10.1
script
:
-
mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}
-
mkdir -p /opt/maarch/docservers/{ai,manual,manual_attachments,templates}
...
...
@@ -74,6 +75,8 @@ job_php-7.3:
job_php-7.2
:
image
:
php:7.2-apache
stage
:
test
services
:
-
postgres:10.1
script
:
-
mkdir -p /opt/maarch/docservers/indexes/{letterbox_coll,attachments_coll,version_attachments_coll}
-
mkdir -p /opt/maarch/docservers/{ai,manual,manual_attachments,templates}
...
...
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