Skip to content
Snippets Groups Projects
Unverified Commit 8c228224 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] fix yaml

parent 2bc07664
No related branches found
No related tags found
No related merge requests found
......@@ -155,11 +155,11 @@ vendorize:
image: 0xacab.org:4567/leap/docker/bitmask-vpn:latest
stage: vendor
script:
- PROVIDERS="riseup" make build_all_providers
artifacts:
name: installers-$CI_COMMIT_REF_NAME
paths:
- deploy/RiseupVPN-*.exe
- deploy/RiseupVPN-*.pkg
- deploy/riseup-vpn-*.deb
expire_in: 1 month
- 'PROVIDERS="riseup" make build_all_providers'
artifacts:
name: installers-$CI_COMMIT_REF_NAME
paths:
- 'deploy/RiseupVPN-*.exe'
- 'deploy/RiseupVPN-*.pkg'
- 'deploy/riseup-vpn-*.deb'
expire_in: 1 month
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment