From 3ef0da4bb08a4278c8a3446c1ae19a49fe6af384 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 13 Jul 2020 14:43:12 -0700 Subject: [PATCH] changed error check --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55c8feb..6445f8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,7 @@ jobs: git init git add --all addlicense ./ - if [[ -n $(git status -s) ]]; then - exit 1 - fi + test -z "$(git status -s | tee /dev/stderr)" - name: Setup Cluster run: | set -x