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:
matrix:
- CODENAME: [jessie, stretch, buster]
before_script:
- |
set -eux
. /etc/os-release
apt-get install -yq apt-transport-https ca-certificates curl
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
- apt-get update -yqq
- apt-get install -yq apt-transport-https ca-certificates curl
- curl -sSL -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
- echo "deb https://packages.sury.org/php/ $CODENAME main" > /etc/apt/sources.list.d/php.list
ubuntu:
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