summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author付明卫 <[email protected]>2020-05-18 16:03:45 +0800
committer付明卫 <[email protected]>2020-05-18 16:03:45 +0800
commit7886a74ea267f163a496ba3dde06f6c1d58b44ea (patch)
treea3900e0e281f3600d918dddf108654fa48a33f17
parent84ed4d1ffb04afaa7f76b8ebc805c6abe3abb97b (diff)
修改kni rpm 上传仓库v20.05.01
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4772b16..fc45b13 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,8 +83,8 @@ release_build_debug:
UPLOAD_SYMBOL_FILES: 1
BUILD_TYPE: Debug
PACKAGE: 1
- PULP3_REPO_NAME: kni-stable-x86_64.el7
- PULP3_DIST_NAME: kni-stable-x86_64.el7
+ PULP3_REPO_NAME: tsg-stable-x86_64.el7
+ PULP3_DIST_NAME: tsg-stable-x86_64.el7
extends: .build_by_travis
artifacts:
name: "kni-install-$CI_COMMIT_REF_NAME-debug"
@@ -99,8 +99,8 @@ release_build_release:
BUILD_TYPE: RelWithDebInfo
UPLOAD_SYMBOL_FILES: 1
PACKAGE: 1
- PULP3_REPO_NAME: kni-stable-x86_64.el7
- PULP3_DIST_NAME: kni-stable-x86_64.el7
+ PULP3_REPO_NAME: tsg-stable-x86_64.el7
+ PULP3_DIST_NAME: tsg-stable-x86_64.el7
extends: .build_by_travis
artifacts:
name: "kni-install-$CI_COMMIT_REF_NAME-release"