summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author彭宣正 <[email protected]>2020-11-17 15:09:14 +0800
committer彭宣正 <[email protected]>2020-11-17 15:09:14 +0800
commitd1afb5950a69857a030c40e8ef5fffa0f63b888c (patch)
tree4f411b76b6b7b799bfa255c503aec72e5d6a670c
parentd3d734b7ae7b604315cbd5d209a067aa154a4e22 (diff)
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39063126..8bc93521 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ develop_build_debug:
BUILD_TYPE: Debug
PACKAGE: 1
artifacts:
- name: "hos_client_cpp-$CI_COMMIT_REF_NAME-debug"
+ name: "hos-client-cpp-$CI_COMMIT_REF_NAME-debug"
paths:
- build/*.rpm
only:
@@ -62,7 +62,7 @@ develop_build_release:
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
artifacts:
- name: "hos_client_cpp-$CI_COMMIT_REF_NAME-release"
+ name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
paths:
- build/*.rpm
only:
@@ -80,7 +80,7 @@ release_build_release:
PULP3_DIST_NAME: framework-stable-x86_64.el7
extends: .build_by_travis
artifacts:
- name: "hos_client_cpp-$CI_COMMIT_REF_NAME-release"
+ name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
paths:
- build/*.rpm
only: