mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
foolish shell tricks spoil the day again
This commit is contained in:
parent
d66ef8f506
commit
e007a4c2c1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user