From 85251026b73ca5bdc544cb9c8d465ce745019460 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 13 Jul 2020 14:52:42 -0700 Subject: [PATCH] reverted status check --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1b658a..64110f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,9 @@ jobs: git add --all git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state" addlicense ./ - test -z "$(git status -s | tee /dev/stderr)" + if [[ -n $(git diff) ]]; then + exit 1 + fi - name: Setup Cluster run: | set -x