From e1a7c777bba077457492d70a5cc153a5a3c4ccee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Sat, 17 Oct 2020 18:58:14 +0200 Subject: [PATCH] Updated Busybox script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f385483..085bac3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,7 +138,7 @@ build:busybox:latest: script: # Partial build, since Busybox does not have the necessary tools. - mkdir -p "${DISTDIR:?}" - - HOSTNAME='' ./hblock -O "${DISTDIR:?}"/hosts + - HOSTNAME='' ./hblock -H 'builtin' -F 'builtin' -S 'builtin' -A 'builtin' -D 'builtin' -O "${DISTDIR:?}"/hosts - ./resources/alt-formats/domains.txt.sh "${DISTDIR:?}"/hosts ./hblock > "${DISTDIR:?}"/hosts_domains.txt - ./resources/stats/suffix.sh "${DISTDIR:?}"/hosts_domains.txt none > "${DISTDIR:?}"/most_abused_tlds.txt - ./resources/templates/index.sh "${DISTDIR:?}" > "${DISTDIR:?}"/index.html