diff options
| author | 刘学利 <[email protected]> | 2020-05-01 08:53:23 +0800 |
|---|---|---|
| committer | 刘学利 <[email protected]> | 2020-05-01 08:53:23 +0800 |
| commit | e8f12eeef500b246ce3fade3cb886e3cd7cbc2b9 (patch) | |
| tree | 098b22486e03c534d88569eafc383da0b7abca01 | |
| parent | cff64e27d1a261eebc2324d0c972aada465d3f4d (diff) | |
| parent | c3a2bf11ac6da108b0ee838b3ffa7215887c6e49 (diff) | |
Merge branch 'CI' into 'master'v2.0.1
修正http rpm上传仓库
See merge request MESA_Platform/http!4
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e90a133..7b78585 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: "http-$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: "http-$CI_COMMIT_REF_NAME-release" |
