From e007a4c2c1efea89336218582acaf0fb885a6b73 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 16 Oct 2020 06:54:06 -0400 Subject: [PATCH] foolish shell tricks spoil the day again --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3c9ce6fef..1327a524b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: