From c3a2bf11ac6da108b0ee838b3ffa7215887c6e49 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 1 May 2020 08:51:46 +0800 Subject: 修正http rpm上传仓库 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 8 ++++---- 1 file 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" -- cgit v1.2.3