summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-04-19 12:07:43 +0800
committeryangwei <[email protected]>2023-04-19 12:07:43 +0800
commit0747ada34d0aa1563e718f17bc81bf0afdec83c5 (patch)
tree614fb41f84e66f7aec747ef814d6390b879f7346
parent0fc69f46ddc8d179de9083670930879d816c8df0 (diff)
🐎 ci(关闭上传debuginfo至sentry):v2.0.12
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a46aba..7959086 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,7 +144,7 @@ release_build_release_for_centos7:
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
UPLOAD_RPM: 1
- UPLOAD_SYMBOL_FILES: 1
+ UPLOAD_SYMBOL_FILES: 0
SYMBOL_TARGET: http
PULP3_REPO_NAME: protocol-stable-x86_64.el7
PULP3_DIST_NAME: protocol-stable-x86_64.el7
@@ -235,7 +235,7 @@ release_build_release_for_centos8:
BUILD_TYPE: RelWithDebInfo
PACKAGE: 1
UPLOAD_RPM: 1
- UPLOAD_SYMBOL_FILES: 1
+ UPLOAD_SYMBOL_FILES: 0
SYMBOL_TARGET: http
PULP3_REPO_NAME: protocol-stable-x86_64.el8
PULP3_DIST_NAME: protocol-stable-x86_64.el8