diff --git a/.drone.jsonnet b/.drone.jsonnet index 4366880ba..78a7e0767 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -250,7 +250,7 @@ local delete_test_simulator = { { name: 'Install Codecov CLI', commands: [ - 'pip3 install codecov-cli 2>&1 | grep "The script codecovcli is installed in" | sed -n -e "s/^.*The script codecovcli is installed in (.*) which is not on PATH.*$/\1/p" > ./build/artifacts/codecov_install_path', + 'pip3 install codecov-cli 2>&1 | grep "The script codecovcli is installed in" | sed -n -e "s/^.*The script codecovcli is installed in \\(.*\\) which is not on PATH.*$/\\1/p" > ./build/artifacts/codecov_install_path', ||| if [[ ! -s ./build/artifacts/codecov_install_path ]]; then which codecovcli > ./build/artifacts/codecov_install_path