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

ci: simplifie l'installation sur Debian.

parent c1b9fdf3
No related merge requests found
Pipeline #20852 failed with stage
in 18 seconds
Showing with 4 additions and 6 deletions
+4 -6
...@@ -21,12 +21,10 @@ debian: ...@@ -21,12 +21,10 @@ debian:
matrix: matrix:
- CODENAME: [jessie, stretch, buster] - CODENAME: [jessie, stretch, buster]
before_script: before_script:
- | - apt-get update -yqq
set -eux - apt-get install -yq apt-transport-https ca-certificates curl
. /etc/os-release - curl -sSL -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
apt-get install -yq apt-transport-https ca-certificates curl - echo "deb https://packages.sury.org/php/ $CODENAME main" > /etc/apt/sources.list.d/php.list
curl -sSL -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $VERSION_CODENAME main" > /etc/apt/sources.list.d/php.list
ubuntu: ubuntu:
extends: .job extends: .job
......
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