Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
php-ext-mapping
Commits
30419818
Commit
30419818
authored
Feb 25, 2021
by
Guillaume Perréal
Browse files
ci: spécifie explicitement la distribution.
parent
b6875601
Pipeline
#20854
failed with stage
in 4 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
30419818
...
...
@@ -3,8 +3,6 @@
tags
:
[
docker
]
retry
:
2
interruptible
:
true
variables
:
DISTRO
:
${CI_JOB_NAME}
script
:
-
apt-get update -yqq
-
apt-get install -yq php-cli
...
...
@@ -17,6 +15,8 @@
debian
:
extends
:
.job
variables
:
DISTRO
:
debian
parallel
:
matrix
:
-
CODENAME
:
[
jessie
,
stretch
,
buster
]
...
...
@@ -29,6 +29,7 @@ debian:
ubuntu
:
extends
:
.job
variables
:
DISTRO
:
ubuntu
CODENAME
:
xenial
before_script
:
-
apt-get update -yqq
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment