foolish shell tricks spoil the day again

This commit is contained in:
Jean-Paul Calderone 2020-10-16 06:54:06 -04:00
parent d66ef8f506
commit e007a4c2c1

View File

@ -204,7 +204,9 @@ jobs:
- run: &SUBMIT_COVERAGE
name: "Submit coverage results"
command: |
[ -n "${UPLOAD_COVERAGE}" ] && /tmp/venv/bin/codecov
if [ -n "${UPLOAD_COVERAGE}" ]; then
/tmp/venv/bin/codecov
fi
debian-8: