diff options
| author | yangwei <[email protected]> | 2023-04-19 12:07:43 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-04-19 12:07:43 +0800 |
| commit | 0747ada34d0aa1563e718f17bc81bf0afdec83c5 (patch) | |
| tree | 614fb41f84e66f7aec747ef814d6390b879f7346 /.gitlab-ci.yml | |
| parent | 0fc69f46ddc8d179de9083670930879d816c8df0 (diff) | |
🐎 ci(关闭上传debuginfo至sentry):v2.0.12
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
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 |
