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
ca33d27f
Commit
ca33d27f
authored
Feb 25, 2021
by
Guillaume Perréal
Browse files
ci: rend les installations APT un peu plus silencieuses.
parent
9156f219
Pipeline
#20855
failed with stage
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ca33d27f
...
...
@@ -3,6 +3,9 @@
tags
:
[
docker
]
retry
:
2
interruptible
:
true
variables
:
LANG
:
C
DEBIAN_FRONTEND
:
noninteractive
script
:
-
apt-get update -yqq
-
apt-get install -yq php-cli
...
...
@@ -22,7 +25,7 @@ debian:
-
CODENAME
:
[
jessie
,
stretch
,
buster
]
before_script
:
-
apt-get update -yqq
-
apt-get install -yq apt-transport-https ca-certificates curl
-
apt-get install -yq
q
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
...
...
@@ -33,7 +36,7 @@ ubuntu:
CODENAME
:
xenial
before_script
:
-
apt-get update -yqq
-
apt-get install -yq apt-transport-https ca-certificates curl gpg
-
apt-get install -yq apt-transport-https ca-certificates curl g
nu
pg
-
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
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