From 32b525363a5704638c9d9682a5c9809d461e52f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 12 Feb 2019 23:38:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a5b0f1..f9e15a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,9 @@ image: debian:latest before_script: - export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA) + - export DEBIAN_FRONTEND= noninteractive + - apt-get update -y + - apt-get install -y zip unzip stages: - build @@ -9,7 +12,6 @@ stages: build firefox: stage: build script: - - apt-get install -y zip - zip ClearUrls_firefox_$COMMIT_TIME -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* only: @@ -22,7 +24,6 @@ build firefox: build chrome: stage: build script: - - apt-get install -y zip - zip ClearUrls_chrome_$COMMIT_TIME -r -FS ChromeVersion/clearurls.js browser-polyfill.js ChromeVersion/manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* ChromeVersion/css/core.css only: