summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author刘学利 <[email protected]>2022-03-02 02:35:07 +0000
committer刘学利 <[email protected]>2022-03-02 02:35:07 +0000
commit1218b3c61d1db56e4e76e3a9d6407d421b093f96 (patch)
tree5026ba53376a25578c5c177707835d8fc0d93928
parent2c9143de9519dd329bf88153b094ee47c9265f7f (diff)
parentd313b5f5466d2baaafe972de702f3453f2624d59 (diff)
Merge branch 'bugfix-no-upload-rpm' into 'master'HEADv1.2.2master
修复未上传rpm至yum源的问题 See merge request vendor/rdkafka!3
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2da75aa..78c4b48 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,7 +67,7 @@ develop_build_debug_for_centos7:
variables:
BUILD_TYPE: Debug
PACKAGE: 1
- UPLOAD_RPM: 1
+ UPLOAD: 1
ASAN_OPTION: ADDRESS
TESTING_VERSION_BUILD: 1
PULP3_REPO_NAME: framework-testing-x86_64.el7
@@ -86,7 +86,7 @@ develop_build_release_for_centos7:
variables:
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
- UPLOAD_RPM: 1
+ UPLOAD: 1
TESTING_VERSION_BUILD: 1
PULP3_REPO_NAME: framework-testing-x86_64.el7
PULP3_DIST_NAME: framework-testing-x86_64.el7
@@ -103,7 +103,7 @@ release_build_debug_for_centos7:
variables:
BUILD_TYPE: Debug
PACKAGE: 1
- UPLOAD_RPM: 1
+ UPLOAD: 1
PULP3_REPO_NAME: framework-stable-x86_64.el7
PULP3_DIST_NAME: framework-stable-x86_64.el7
extends: .build_by_travis_for_centos7
@@ -119,7 +119,7 @@ release_build_release_for_centos7:
variables:
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
- UPLOAD_RPM: 1
+ UPLOAD: 1
UPLOAD_SYMBOL_FILES: 1
SYMBOL_TARGET: librdkafka
PULP3_REPO_NAME: framework-stable-x86_64.el7
@@ -158,7 +158,7 @@ develop_build_debug_for_centos8:
variables:
BUILD_TYPE: Debug
PACKAGE: 1
- UPLOAD_RPM: 1
+ UPLOAD: 1
ASAN_OPTION: ADDRESS
TESTING_VERSION_BUILD: 1
PULP3_REPO_NAME: framework-testing-x86_64.el8
@@ -177,7 +177,7 @@ develop_build_release_for_centos8:
variables:
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
- UPLOAD_RPM: 1
+ UPLOAD: 1
TESTING_VERSION_BUILD: 1
PULP3_REPO_NAME: framework-testing-x86_64.el8
PULP3_DIST_NAME: framework-testing-x86_64.el8
@@ -194,7 +194,7 @@ release_build_debug_for_centos8:
variables:
BUILD_TYPE: Debug
PACKAGE: 1
- UPLOAD_RPM: 1
+ UPLOAD: 1
PULP3_REPO_NAME: framework-stable-x86_64.el8
PULP3_DIST_NAME: framework-stable-x86_64.el8
extends: .build_by_travis_for_centos8
@@ -210,7 +210,7 @@ release_build_release_for_centos8:
variables:
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
- UPLOAD_RPM: 1
+ UPLOAD: 1
UPLOAD_SYMBOL_FILES: 1
SYMBOL_TARGET: librdkafka
PULP3_REPO_NAME: framework-stable-x86_64.el8