Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
5e765536
Verified
Commit
5e765536
authored
2 years ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
refactor: use own images with composer backed in
Signed-off-by:
Bart Jaskulski
<
bjaskulski@protonmail.com
>
parent
67f0cf10
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
includes/metrics.yml
+2
-3
2 additions, 3 deletions
includes/metrics.yml
includes/prepare.yml
+2
-2
2 additions, 2 deletions
includes/prepare.yml
with
4 additions
and
5 deletions
includes/metrics.yml
+
2
−
3
View file @
5e765536
...
...
@@ -2,14 +2,13 @@
tags
:
-
metrics
stage
:
tools
image
:
composer:2.0
image
:
gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
allow_failure
:
true
needs
:
-
prepare prefixed vendor
before_script
:
-
ap
k add --update --no-cache libxml2-dev libzip zip libzip
-dev
-
ap
t-get update -yq && apt-get install -yq --no-install-recommends libxml2
-dev
-
docker-php-ext-install soap
-
docker-php-ext-install zip
phpmetric metrics
:
<<
:
*job-metrics
...
...
This diff is collapsed.
Click to expand it.
includes/prepare.yml
+
2
−
2
View file @
5e765536
...
...
@@ -9,7 +9,7 @@
prepare prefixed vendor
:
<<
:
*job-prepare
image
:
composer:2.0.8
image
:
gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
tags
:
-
vendor
stage
:
prepare-vendor
...
...
@@ -49,7 +49,7 @@ prepare npm assets:
prepare translations
:
<<
:
*job-prepare
image
:
composer:2.0
image
:
gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:7.4
tags
:
-
vendor
stage
:
prepare-translations-and-tests
...
...
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