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

ci: ajoute un job pour regrouper tous les fichiers générés.

parent 3813cb27
No related merge requests found
Pipeline #20857 failed
Showing with 22 additions and 2 deletions
+22 -2
.job: defaults:
image: ${DISTRO}:${CODENAME}
tags: [docker] tags: [docker]
retry: 2 retry: 2
interruptible: true interruptible: true
stages:
- build
- reduce
.job:
image: ${DISTRO}:${CODENAME}
stage: build
variables: variables:
LANG: C LANG: C
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
...@@ -40,3 +47,16 @@ ubuntu: ...@@ -40,3 +47,16 @@ ubuntu:
- gpg --keyserver keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C - gpg --keyserver keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C
- gpg --export 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C | apt-key add - - gpg --export 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C | apt-key add -
- echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu $CODENAME main" > /etc/apt/sources.list.d/php.list - echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu $CODENAME main" > /etc/apt/sources.list.d/php.list
archive:
image: busybox
stage: reduce
needs:
- debian
- ubuntu
script:
- ls public/
artifacts:
name: php_packages
paths:
- public/
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