From b8884555323a0656a47a0507da89c22753ea2b25 Mon Sep 17 00:00:00 2001 From: Ed Gillett <146008263+mo-gill@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:00:55 +0100 Subject: [PATCH] #3571: Test removing shellcheck to see if workflow still prints conda env. --- .github/workflows/check-rtw.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check-rtw.yml b/.github/workflows/check-rtw.yml index 06deb1a25c..4216a5602c 100644 --- a/.github/workflows/check-rtw.yml +++ b/.github/workflows/check-rtw.yml @@ -76,5 +76,3 @@ jobs: - name: Lint shell scripts in Recipe Test Workflow with ShellCheck run: | cd esmvaltool/utils/recipe_test_workflow - output=$(find . -name "*.sh" -exec shellcheck {} \;) - if [ "$output" ]; then echo "${output}" && exit 1; fi