diff options
| author | âpengxuanzhengâ <[email protected]> | 2022-01-19 11:24:16 +0000 |
|---|---|---|
| committer | âpengxuanzhengâ <[email protected]> | 2022-01-19 11:54:52 +0000 |
| commit | ea9955755ff9e35f5acfdeefee20ea87d4d9a31d (patch) | |
| tree | e2af928452b52795fecec1ce539eb00a807f46c5 /ci | |
| parent | 3488e3aba8008b0a3073a00e01332d872580779a (diff) | |
𧪠test: å¢å googletestæºç
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index 40a2780..147803f 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -57,8 +57,8 @@ if [ -n "${UPLOAD}" ]; then python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm fi -#if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then -# rpm -i tfe*debuginfo*.rpm -# cp /usr/lib/debug/opt/tsg/tfe/bin/tfe.debug /tmp/tfe.debuginfo.${CI_COMMIT_SHORT_SHA} -# sentry-cli upload-dif -t elf /tmp/tfe.debuginfo.${CI_COMMIT_SHORT_SHA} -#fi +if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then + rpm -i tfe*debuginfo*.rpm + cp /usr/lib/debug/opt/tsg/tfe/bin/tfe.debug /tmp/tfe.debuginfo.${CI_COMMIT_SHORT_SHA} + sentry-cli upload-dif -t elf /tmp/tfe.debuginfo.${CI_COMMIT_SHORT_SHA} +fi |
