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

Installe les dépôts APT pour Ubuntu avec add-apt-repository.

parent 0b1f3d39
No related merge requests found
Pipeline #23732 failed with stages
in 3 minutes and 34 seconds
Showing with 4 additions and 6 deletions
+4 -6
......@@ -42,13 +42,11 @@ ubuntu:
DISTRO: ubuntu
parallel:
matrix:
- CODENAME: [xenial, bionic, focal]
- CODENAME: [xenial, bionic, focal]
before_script:
- apt-get update -yqq
- apt-get install -yqq apt-transport-https ca-certificates curl gnupg
- gpg --keyserver keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C
- gpg --export 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C | apt-key add -
- echo "deb http://ppa.launchpad.net/ondrej/pxenialhp/ubuntu $CODENAME main" > /etc/apt/sources.list.d/php.list
- apt-get update -yq
- apt-get install -yq software-properties-common
- add-apt-repository -y ppa:ondrej/php
archive:
image: busybox
......
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