From c39ead0a6d32160d8f160c5e1b7bd0cab988521c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 12 Feb 2019 23:56:48 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d5fbd7..453b7be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,23 +11,23 @@ stages: build firefox: stage: build script: - - zip ClearUrls_firefox_$CI_BUILD_ID -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* + - zip ClearUrls_firefox -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* only: - master artifacts: paths: - - ClearUrls_firefox_$CI_BUILD_ID.zip + - ClearUrls_firefox.zip build chrome: stage: build script: - - zip ClearUrls_chrome_$CI_BUILD_ID -r -FS ChromeVersion/clearurls.js browser-polyfill.js ChromeVersion/manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/* ChromeVersion/css/core.css + - zip ClearUrls_chrome -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: - master artifacts: paths: - - ClearUrls_chrome_$CI_BUILD_ID.zip \ No newline at end of file + - ClearUrls_chrome.zip \ No newline at end of file