diff options
| author | yangwei <[email protected]> | 2024-03-13 15:18:04 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-03-13 15:18:04 +0800 |
| commit | cf158cc7856870eeaf21f2194d1299937d6c049e (patch) | |
| tree | f5f19dfc0eb6e93d095c734db32968d977b93238 | |
| parent | f4322c992cb4683cb185d457d1ad1dc1a1eb2cd8 (diff) | |
🐞 fix(update CI): remove sentry-cli operationv2.0.14
| -rw-r--r-- | .gitlab-ci.yml | 4 | ||||
| -rw-r--r-- | ci/travis.sh | 9 |
2 files changed, 1 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d616f1c..70b0f2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,8 +161,6 @@ release_build_release_for_centos7: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD_RPM: 1 - UPLOAD_SYMBOL_FILES: 1 - SYMBOL_TARGET: ssl PULP3_REPO_NAME: protocol-stable-x86_64.el7 PULP3_DIST_NAME: protocol-stable-x86_64.el7 extends: .build_by_travis_for_centos7 @@ -252,8 +250,6 @@ release_build_release_for_centos8: BUILD_TYPE: RelWithDebInfo PACKAGE: 1 UPLOAD_RPM: 1 - UPLOAD_SYMBOL_FILES: 1 - SYMBOL_TARGET: ssl PULP3_REPO_NAME: protocol-stable-x86_64.el8 PULP3_DIST_NAME: protocol-stable-x86_64.el8 extends: .build_by_travis_for_centos8 diff --git a/ci/travis.sh b/ci/travis.sh index 80df870..95c8e6d 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -65,11 +65,4 @@ fi if [ -n "${UPLOAD_RPM}" ]; then cp ~/rpm_upload_tools.py ./ python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm -fi - -if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then - rpm -i $SYMBOL_TARGET*debuginfo*.rpm - _symbol_file=`find /usr/lib/debug/ -name "$SYMBOL_TARGET*.so*.debug"` - cp $_symbol_file ${_symbol_file}info.${CI_COMMIT_SHORT_SHA} - sentry-cli upload-dif -t elf ${_symbol_file}info.${CI_COMMIT_SHORT_SHA} -fi +fi
\ No newline at end of file |
