summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2020-04-30 14:04:37 +0800
committerliuxueli <[email protected]>2020-04-30 14:04:37 +0800
commita9d7ad59f60a18df6676890ea94dc76c6e6114e8 (patch)
tree5e1931f463c8659bef84a5a22aa806955b8e2a7b
parent13a35867c5e04b57738b1a8b95631938561d2677 (diff)
修正上传仓库,platform改为protocol
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b98dbaa..9364006 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,8 +76,8 @@ release_build_release:
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
UPLOAD: 1
- PULP3_REPO_NAME: platform-stable-x86_64.el7
- PULP3_DIST_NAME: platform-stable-x86_64.el7
+ PULP3_REPO_NAME: protocol-stable-x86_64.el7
+ PULP3_DIST_NAME: protocol-stable-x86_64.el7
extends: .build_by_travis
artifacts:
name: "dns-$CI_COMMIT_REF_NAME-release"
@@ -93,8 +93,8 @@ release_build_release_devel:
ENABLE_DEVEL_SWITCH: "ON"
PACKAGE: 1
UPLOAD: 1
- PULP3_REPO_NAME: platform-stable-x86_64.el7
- PULP3_DIST_NAME: platform-stable-x86_64.el7
+ PULP3_REPO_NAME: protocol-stable-x86_64.el7
+ PULP3_DIST_NAME: protocol-stable-x86_64.el7
extends: .build_by_travis
artifacts:
name: "dns-$CI_COMMIT_REF_NAME-release"