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 @@
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
......
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