diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-11-17 23:59:40 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-11-18 11:50:03 +0100 |
commit | 5e2b88eddc03fc130a22eaaeac0c0e0f1a987b96 (patch) | |
tree | e90f11c9c3ec8c1e70499f612d1cf8990abe36dc /.gitlab-ci.yml | |
parent | 0248e5c7206c070476d439f252bdb6618615a0d4 (diff) |
[build] verbose artifact name
this should affect the name in the download dropdown in Gitlab
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbeb47e..b0a7b20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ build: - bitmaskd - bitmaskctl status -bundle: +bitmask_latest_bundle: image: leapcode/bitmask-dev:latest stage: bundle script: pkg/build_bundle_with_venv.sh |