diff options
| author | yangwei <[email protected]> | 2023-04-18 19:42:54 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-04-18 19:42:54 +0800 |
| commit | 8c355a3c9333fb1a5c08924ba10cd6cc40fb47d4 (patch) | |
| tree | 920708a94d433c1ae5ad22b1694c09c8115a1ef5 | |
| parent | 44694730941fff7c39df1d24a2d3abb9f013d677 (diff) | |
🐎 ci(关闭上传debuginfo至sentry):v6.0.4
| -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 565470f..f9c5fdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -191,7 +191,7 @@ release_build_release_for_centos7: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD_RPM: 1 - UPLOAD_SYMBOL_FILES: 1 + UPLOAD_SYMBOL_FILES: 0 SYMBOL_TARGET: tsg_master PULP3_REPO_NAME: tsg-stable-x86_64.el7 PULP3_DIST_NAME: tsg-stable-x86_64.el7 @@ -282,7 +282,7 @@ release_build_release_for_centos8: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD_RPM: 1 - UPLOAD_SYMBOL_FILES: 1 + UPLOAD_SYMBOL_FILES: 0 SYMBOL_TARGET: tsg_master PULP3_REPO_NAME: tsg-stable-x86_64.el8 PULP3_DIST_NAME: tsg-stable-x86_64.el8 |
