From 7b6a209ff34da23f94f2b1e7be9bd1655a228fa7 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Fri, 5 Apr 2024 10:26:45 +1100 Subject: [PATCH] Missed one of the escapes --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 4b3e46904..aea0c9b03 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -179,7 +179,7 @@ local update_cocoapods_cache(depends_on) = { { 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