Commit 30419818 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

ci: spécifie explicitement la distribution.

parent b6875601
No related merge requests found
Pipeline #20854 failed with stage
in 4 minutes and 17 seconds
Showing with 3 additions and 2 deletions
+3 -2
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
tags: [docker] tags: [docker]
retry: 2 retry: 2
interruptible: true interruptible: true
variables:
DISTRO: ${CI_JOB_NAME}
script: script:
- apt-get update -yqq - apt-get update -yqq
- apt-get install -yq php-cli - apt-get install -yq php-cli
...@@ -17,6 +15,8 @@ ...@@ -17,6 +15,8 @@
debian: debian:
extends: .job extends: .job
variables:
DISTRO: debian
parallel: parallel:
matrix: matrix:
- CODENAME: [jessie, stretch, buster] - CODENAME: [jessie, stretch, buster]
...@@ -29,6 +29,7 @@ debian: ...@@ -29,6 +29,7 @@ debian:
ubuntu: ubuntu:
extends: .job extends: .job
variables: variables:
DISTRO: ubuntu
CODENAME: xenial CODENAME: xenial
before_script: before_script:
- apt-get update -yqq - apt-get update -yqq
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment