File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ for i in 1 256 512 ; do
189
189
# FP: KEY FP 9BD9 E2DD 46DA 965A 537E 5B0A 5CBF 3202 43B6 FD85
190
190
# OR...
191
191
# Set CI=true to continue on missing keys
192
- gpg --verify test-reporter-latest-${CI_OS:- linux} -${ARCH:- amd64} .sha${i} .sig test-reporter-latest-${CI_OS:- linux} -${ARCH:- amd64} .sha${i} || ${CI} || EXIT_CODE=126
192
+ gpg --verify test-reporter-latest-${CI_OS:- linux} -${ARCH:- amd64} .sha${i} .sig test-reporter-latest-${CI_OS:- linux} -${ARCH:- amd64} .sha${i} || ${CI} 2> /dev/null || ${CIRCLECI} 2> /dev/null || EXIT_CODE=126
193
193
rm -vf test-reporter-latest-${CI_OS:- linux} -${ARCH:- amd64} .sha${i} .sig 2> /dev/null ;
194
194
fi
195
195
shasum -a $i -c --ignore-missing test-reporter-latest-${CI_OS:- linux} -${ARCH:- amd64} .sha${i} || EXIT_CODE=126
@@ -254,4 +254,4 @@ cleanup 2>/dev/null || rm -f "${LOCK_FILE}" 2>/dev/null > /dev/null || : ; wait
254
254
exit ${EXIT_CODE:- 255} ;
255
255
256
256
# This file's code hash:
257
- 162c5fd711e080b71f4943c910cec820eda71160c4a3c4af1d981104d5d2546e3d71a8b75a8ef1061d654e928becf0e1 -
257
+ 162b42710735f3bad7c4912f5053d77ad52809bb53ad80bf250bf0b1af4dce6df2d12744328159ce06e2ce00a4c21e6bee8 -
You can’t perform that action at this time.
0 commit comments