Update .gitlab-ci.yml

This commit is contained in:
Kevin Röbert 2019-02-12 23:48:11 +00:00
parent 4321771762
commit 8bee5b99f1

View File

@ -17,9 +17,8 @@ build firefox:
- master - master
artifacts: artifacts:
name: "ClearUrls_chrome_$CI_BUILD_ID"
paths: paths:
- bin/Firefox/*.zip - bin/Firefox/ClearUrls_chrome_$CI_BUILD_ID.zip
build chrome: build chrome:
stage: build stage: build
@ -30,6 +29,5 @@ build chrome:
- master - master
artifacts: artifacts:
name: "ClearUrls_chrome_$CI_BUILD_ID"
paths: paths:
- bin/Chrome/*.zip - bin/Chrome/ClearUrls_chrome_$CI_BUILD_ID.zip