From cce97d9becdd1868a3bea7493b958ba99084d4a9 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 4 Nov 2018 20:46:08 +0100 Subject: [PATCH] Improve .drone.yml. --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2d6bd81..432c5ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,8 @@ pipeline: image: plugins/docker tags: - latest - registry: https://registry.lahouze.org + build_args: + - "EMERGE_OPTS=-qv -j8" + registry: registry.lahouze.org repo: registry.lahouze.org/gentoo/builder secrets: [docker_username, docker_password]