Update .gitlab-ci.yml
This commit is contained in:
parent
4321771762
commit
8bee5b99f1
|
@ -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
|
Loading…
Reference in New Issue
Block a user