Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
php-ext-mapping
Commits
8dff770d
Commit
8dff770d
authored
Jun 03, 2021
by
Guillaume Perréal
Browse files
Installe les dépôts APT pour Ubuntu avec add-apt-repository.
parent
0b1f3d39
Pipeline
#23732
failed with stages
in 3 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8dff770d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment