From 913acc4f4af1862d12eccab3207bf2e38de3a24b Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 6 Feb 2025 12:04:04 +0100 Subject: [PATCH] Ensure Install shfmt step fails when download fails --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1cb18cd7..400ef99bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1022,7 +1022,9 @@ jobs: - checkout - run: name: Install shfmt - command: curl -sS https://webinstall.dev/shfmt | bash + command: | + wget -O install_shfmt.sh https://webinstall.dev/shfmt + bash install_shfmt.sh - run: name: Validate Markdown files command: devtools/format_md.sh -c