File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -272,14 +272,14 @@ elif [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
272272
273273 if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
274274 printf " ::debug::%s\n" " Validated deepsource_${DS_TAG} _${CI_OS} _${ARCH} .tar.gz for DeepSource" ;
275- tar --no-same-owner -xzf " deepsource_${DS_TAG} _${CI_OS} _${ARCH} .tar.gz" -C " ${BINDIR} " || EXIT_CODE=77 ;
275+ tar --no-same-owner -xzf " deepsource_${DS_TAG} _${CI_OS} _${ARCH} .tar.gz" -C " ${BINDIR} " 2> /dev/null || : ;
276276 rm -f " deepsource_${DS_TAG} _${CI_OS} _${ARCH} .tar.gz" 2> /dev/null || EXIT_CODE=77 ;
277277 rm -fRd " ${BINDIR} " /completions/ 2> /dev/null || : ;
278278 fi ;
279279
280280 if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
281281 # ref: https://docs.deepsource.com/docs/analyzers-test-coverage#setup-test-coverage
282- # printf "::group ::%s\n" "Running ./ds-cli.sh " ;
282+ printf " ::debug ::%s\n" " Extracted deepsource_ ${DS_TAG} _ ${CI_OS} _ ${ARCH} .tar.gz " ;
283283 #{ cat ./ds-cli.sh | sh - | grep -o " (:?version).{1}\s[0-9].[0-9].[0-9]" ; } ; wait ;
284284 # printf "::endgroup::\n" ;
285285 if [[ ( ${EXIT_CODE} -eq 0 ) ]] ; then
@@ -333,4 +333,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
333333exit ${EXIT_CODE:- 255} ;
334334
335335# This file's code hash:
336- 779f220ba3f753ed3e929121e0742fe6362d779be1dfff7dda258e04b4fb95412e740b5f4ad5319b8ca61c79151cd735 -
336+ f606b901a37e190d4d0a3e3f6945dda08598de00f182e212a3805c05e6110d5cde47fa492b549add4446124c14ed45f4 -
You can’t perform that action at this time.
0 commit comments