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

ci: pour ubuntu installe le PPA à la main.

parent 674b4486
No related merge requests found
Pipeline #20853 failed with stage
in 13 seconds
Showing with 5 additions and 1 deletion
+5 -1
......@@ -31,4 +31,8 @@ ubuntu:
variables:
CODENAME: xenial
before_script:
- add-apt-repository ppa:ondrej/php
- apt-get update -yqq
- apt-get install -yq apt-transport-https ca-certificates curl gpg
- gpg --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C
- gpg --export 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C | apt-key add -
- echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu $CODENAME main" > /etc/apt/sources.list.d/php.list
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